| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | all: fix or silence various gcc warnings | Russ Cox | 2020-01-12 | 1 | -3/+3 |
| | | | | | | As usual, gcc finds some real problems but also reports a ton of noise. Fix the problems and quiet the noise. | ||||
| * | Trivial changes: whitespace and modes. | Dan Cross | 2020-01-10 | 18 | -122/+118 |
| | | | | | | | | | | 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> | ||||
| * | all: remove .cvsignore files | Kare Nuorteva | 2017-09-14 | 1 | -1/+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 | ||||
| * | include: define _DEFAULT_SOURCE | David du Colombier | 2016-11-20 | 2 | -0/+2 |
| | | | | | | | | | | | | 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> | ||||
| * | silence more warnings | Russ Cox | 2012-10-21 | 2 | -3/+6 |
| | | | | | | R=rsc http://codereview.appspot.com/6744056 | ||||
| * | troff: avoid crash if home == NULL | Russ Cox | 2009-12-27 | 1 | -1/+2 |
| | | | | | | R=rsc http://codereview.appspot.com/181070 | ||||
| * | convert to 4-byte UTF-8 and 32-bit Rune | Russ Cox | 2009-09-11 | 1 | -2/+2 |
| | | | | | http://codereview.appspot.com/116075 | ||||
| * | INSTALL: fix build on Snow Leopard | Russ Cox | 2009-09-11 | 1 | -0/+2 |
| | | | | | http://codereview.appspot.com/116073 | ||||
| * | cmd: getline now a dirty word (James Toy) | Russ Cox | 2009-05-31 | 1 | -0/+2 |
| | | |||||
| * | troff: silence gcc printf warning | Russ Cox | 2008-11-17 | 2 | -2/+2 |
| | | |||||
| * | misc: array bounds fixes that gcc finds (John Gosset) | Russ Cox | 2008-05-10 | 1 | -1/+1 |
| | | |||||
| * | fix random troff crash (Noel Hunt) | rsc | 2007-05-08 | 1 | -2/+6 |
| | | |||||
| * | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 2006-04-01 | 7 | -11/+13 |
| | | |||||
| * | bigger stacksize | rsc | 2005-12-29 | 1 | -1/+1 |
| | | |||||
| * | don't need this after all. yay. | rsc | 2005-12-14 | 3 | -19/+6 |
| | | |||||
| * | update request count | rsc | 2005-12-14 | 1 | -1/+1 |
| | | |||||
| * | add .ei for else-if | rsc | 2005-12-14 | 3 | -6/+19 |
| | | |||||
| * | isdigit (Tom Miller) | rsc | 2005-11-01 | 1 | -1/+1 |
| | | |||||
| * | ctype sign fixes (Tom Miller) | rsc | 2005-10-31 | 1 | -1/+2 |
| | | |||||
| * | ctype sign fixes (Tom Miller) | rsc | 2005-10-31 | 3 | -5/+8 |
| | | |||||
| * | Goodbye SHORTLIB | rsc | 2005-01-04 | 1 | -1/+0 |
| | | |||||
| * | stupid port bug. cannot use %ld to print a long as a *CHARACTER* | rsc | 2004-11-03 | 1 | -1/+1 |
| | | |||||
| * | This should never have been committed in the first place. | wkj | 2004-06-03 | 1 | -136/+0 |
| | | |||||
| * | Tweak to make troff compile silently. | wkj | 2004-05-17 | 8 | -17/+13 |
| | | |||||
| * | Supress line noise. | wkj | 2004-05-16 | 1 | -0/+1 |
| | | |||||
| * | Checkpoint -- still merging with Taj's version of the world. | wkj | 2004-05-16 | 18 | -56/+86 |
| | | |||||
| * | Let's try this. It's BUGGERED. | rsc | 2004-05-15 | 29 | -0/+12817 |
