aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/astro
AgeCommit message (Collapse)AuthorFilesLines
2020-01-10Trivial changes: whitespace and modes.Dan Cross1-1/+1
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-14all: remove .cvsignore filesKare Nuorteva1-2/+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
2012-10-21silence more warningsRuss Cox1-1/+1
R=rsc http://codereview.appspot.com/6744056
2012-10-21fix clang warnings reported by Tuncer AyazRuss Cox1-2/+0
R=rsc http://codereview.appspot.com/6744054
2006-05-27Use va_args in cosadd/sinadd (Michael Teichgräber)rsc2-9/+19
2006-05-24make sure we get our fmodrsc1-2/+5
2006-04-01Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc14-81/+83
2005-05-07use full prototypesrsc1-4/+4
2005-01-04don't use (){} struct constructorrsc1-14/+28
2005-01-04Goodbye SHORTLIBrsc1-1/+0
2004-07-03Don't confuse the Sun.wkj1-0/+1
2004-04-25make astro work on suns. ;-)rsc1-0/+1
2004-04-21reflect new location.rsc1-2/+2
use here for here instead of estartab.
2004-04-21Use unsharp() instead of SYS9.wkj3-4/+5
2004-04-21Tell astro where to find estartab and here by defining SYS9 in CFLAGS.wkj3-2/+6
(Better ideas welcome).
2004-04-21Astro with some minor changes to placate Unix.wkj33-0/+4819