Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-01-12 | all: fix or silence various gcc warnings | Russ Cox | 1 | -1/+1 | |
As usual, gcc finds some real problems but also reports a ton of noise. Fix the problems and quiet the noise. | |||||
2020-01-10 | Trivial changes: whitespace and modes. | Dan Cross | 2 | -4/+4 | |
Remote whitespace at the ends of lines. Remove blank lines from the ends of files. Change modes on source files so that they are not executable. Signed-off-by: Dan Cross <cross@gajendra.net> | |||||
2017-09-14 | all: remove .cvsignore files | Kare Nuorteva | 1 | -3/+0 | |
Rename following .cvsignore files to .gitkeep since they are required by the build (directories must exist before build): - bin/fossil/.gitkeep - bin/fs/.gitkeep - bin/venti/.gitkeep Change-Id: I9c2865058480cffb3a4613f25e2eca1f7e5578c0 | |||||
2016-11-20 | include: define _DEFAULT_SOURCE | David du Colombier | 1 | -0/+1 | |
Since glibc 2.20, the _BSD_SOURCE and _SVID_SOURCE macros are deprecated in favor of the _DEFAULT_SOURCE macro. See https://sourceware.org/glibc/wiki/Release/2.20#Packaging_Changes Change-Id: I18dd6a698f3f5aa51d1e45bf53b031bb061e17e8 Reviewed-on: https://plan9port-review.googlesource.com/1500 Reviewed-by: David du Colombier <0intro@gmail.com> | |||||
2009-09-11 | INSTALL: fix build on Snow Leopard | Russ Cox | 1 | -0/+3 | |
http://codereview.appspot.com/116073 | |||||
2007-10-29 | grap: fclose, error context bug fixes (Doug Gwyn) | Russ Cox | 2 | -3/+4 | |
2007-04-13 | fix double-fclose (Gabi Diaz) | rsc | 1 | -2/+0 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 2 | -1/+2 | |
2005-12-30 | more pointers | rsc | 1 | -1/+1 | |
2005-12-29 | 64-bit fixes | rsc | 1 | -4/+4 | |
2005-12-16 | oops | rsc | 1 | -1/+1 | |
2005-12-15 | getpid | rsc | 1 | -1/+1 | |
2005-11-01 | isdigit (Tom Miller) | rsc | 2 | -0/+2 | |
2005-10-31 | ctype sign fixes (Tom Miller) | rsc | 2 | -5/+5 | |
2005-07-13 | remove unused symtab | rsc | 1 | -2/+0 | |
2005-05-07 | remove declaration of errno | rsc | 1 | -2/+0 | |
2005-01-14 | works on Linux 2.6 | rsc | 1 | -6/+4 | |
2005-01-04 | Goodbye SHORTLIB | rsc | 1 | -1/+0 | |
2004-09-21 | little fixes | rsc | 1 | -1/+1 | |
2004-08-17 | fix various little bugs | rsc | 3 | -8/+6 | |
2004-08-16 | handle grap.defines properly | rsc | 2 | -3/+5 | |
2004-06-03 | More cvs turds. | wkj | 1 | -0/+3 | |
2004-05-17 | Tweak grap to make it compile silently. | wkj | 4 | -7/+11 | |
2004-05-16 | Checkpoint. | wkj | 7 | -19/+34 | |
2004-05-15 | Let's try this. It's BUGGERED. | rsc | 15 | -0/+3104 | |