This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
0
You've already forked NetBSD
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
037b2fed75
NetBSD
/
usr.bin
/
sort
History
mrg
f066626ffb
char -> u_char in a couple of places to match other variables.
2006-05-11 19:16:42 +00:00
..
append.c
fix some cases of use of unitialized variables
2004-02-15 11:52:12 +00:00
fields.c
Do not step over the edge of the buffer (check for '\0'). This just happens
2004-03-14 21:12:14 +00:00
files.c
char -> u_char in a couple of places to match other variables.
2006-05-11 19:16:42 +00:00
fsort.c
Init some variables the compiler is complaining about and mark w. XXGCC as it
2005-06-10 16:07:45 +00:00
fsort.h
add TNF copyright
2003-08-07 11:32:34 +00:00
init.c
Add (unsigned char) cast to ctype functions
2004-11-03 20:10:08 +00:00
Makefile
msort.c
initialize malloc()ated memory
2004-02-17 19:09:36 +00:00
pathnames.h
add TNF copyright
2003-08-07 11:32:34 +00:00
sort.1
Sort options in SYNOPSIS. From Kouichirou Hiratsuka in PR 26278.
2004-07-23 13:20:36 +00:00
sort.c
Sync usage with man page. From Kouichirou Hiratsuka in PR 26278.
2004-07-23 13:26:11 +00:00
sort.h
remove compile-time limit on number of -k options, allocate necessary
2004-02-15 14:22:55 +00:00
tmp.c
add TNF copyright
2003-08-07 11:32:34 +00:00