Age | Commit message (Expand) | Author |
2016-02-27 | Untangle a mess of nested ternary operators. | tb |
2016-02-26 | - Remove -h and -? from getopt(3), they weren't documented on manpage anyway | mestre |
2016-02-26 | - Convert atoi(3) to strtonum(3) | mestre |
2016-02-09 | - Remove parameter fd from snscore() since it's never used | mestre |
2016-02-02 | - Swap atoi(3) for strtonum(3) | mestre |
2016-01-27 | - optarg and optind are declared by unistd.h, so remove them... | Gleydson Soares |
2016-01-25 | Remove unused header | mestre |
2016-01-19 | Teach morse(6) the <AC> prosign as '@', as added on May 24, 2004 (the | Stuart Henderson |
2016-01-18 | There are now distinct codes for left and right parentheses. | Stuart Henderson |
2016-01-18 | Add a reference to the current ITU Morse code document. | Stuart Henderson |
2016-01-13 | there's a resource leak here. missing a fclose(3) to kill the stream. | Gleydson Soares |
2016-01-10 | #ifdef QUEST then a few functions won't work, because of that include | mestre |
2016-01-10 | Remove needless casts to (char *) NULL. Some were kept, namely for execl(3) | mestre |
2016-01-10 | As per style(9), remove remaining lint-style comments from games/ | mestre |
2016-01-10 | Remove unnecessary headers | mestre |
2016-01-09 | Remove several casts to (char *) 0 and replace them by NULL | mestre |
2016-01-09 | ANSIfy grammar.y on atc(6), all other files already are | mestre |
2016-01-09 | This diff is rather large, but it's just simply removing unnecessary headers | mestre |
2016-01-08 | ANSIfy gomoku(6) and change a char* to u_char* | mestre |
2016-01-08 | ANSIfy sail(6) plus some cleanup | mestre |
2016-01-08 | Headers clean up | mestre |
2016-01-08 | Remove unnecessary headers an sort | mestre |
2016-01-08 | Straightforward headers cleanup | mestre |
2016-01-08 | ANSIfy monop(6) | mestre |
2016-01-08 | Headers cleanup and removal where suitable | mestre |
2016-01-08 | ANSIfy mille(6) | mestre |
2016-01-08 | Headers cleanup and also the following: | mestre |
2016-01-08 | add missing 'void' | tb |
2016-01-08 | Structural integrity hasn't improved in over twenty years. | tb |
2016-01-07 | ANSIfy hunt(6) | mestre |
2016-01-07 | Headers cleanup and sorting | mestre |
2016-01-07 | hack expects to be able to read ^Z as a normal character so disable | Todd C. Miller |
2016-01-07 | Some basic code maintenance in games/ | tb |
2016-01-07 | ANSIfy trek(6) | mestre |
2016-01-07 | Remove unnecessary headers and sort the remaining alphabetically | mestre |
2016-01-06 | Forgot to remove this file on my previous commit | mestre |
2016-01-06 | Remove unnecessary header files from phantasia(6) | mestre |
2016-01-06 | ansify | tb |
2016-01-06 | Last step of ansification of phantasia: | tb |
2016-01-06 | Ansify the bulk of phantasia. No binary change on amd64. Based | tb |
2016-01-06 | Ansify map.c. | tb |
2016-01-06 | Use return instead of exit from main. | tb |
2016-01-04 | More cleanup and sorting on header section | mestre |
2016-01-04 | More headers removal and sorted the remaining alphabetically. | mestre |
2016-01-03 | About 13 years ago when the idiom srandom(time()), and sometimes | mestre |
2016-01-01 | don't declar main. from Michal Mazurek | Ted Unangst |
2015-12-31 | Include only needed header files per each source file | mestre |
2015-12-31 | Include only needed header files per each source file | mestre |
2015-12-31 | Remove unused file | mestre |
2015-12-31 | Include only needed header files per each source file | mestre |