gdr
13a3dc63c3
added:
...
path expansion
file copying
GS/OS error printing (unused)
1997-10-30 04:57:25 +00:00
gdr
68e30dd46a
Split vfprintf.c into 2 via #ifdefs, so that ORCA/C can create two
...
different object files.
Added "%b" printf specifier for as per the ORCA/C implementation,
but disable it for now pending an ORCA/C bug.
1997-10-30 04:52:45 +00:00
gdr
88223ca717
added "%b" specifier (Apple IIgs specific) for Pascal-type strings
1997-10-30 04:49:02 +00:00
gdr
2b38da3926
- added rmdir(2)
...
- eliminate a shitload of casts by using the dynamic gsstring hack
in <types.h>
1997-10-30 04:46:53 +00:00
gdr
fd08c34074
initial checkin
1997-10-30 04:45:25 +00:00
gdr
9f917c3089
Added Henry Spencer
1997-10-30 04:28:04 +00:00
gdr
63235a6c30
extract release target out to a different file
1997-10-30 04:26:58 +00:00
gdr
81acf39ec5
Add usr.sbin.shk to list of build files
1997-10-30 04:23:37 +00:00
gdr
ef1b203392
add an alias for df so that we don't get the shell builtin.
1997-10-30 04:22:33 +00:00
gdr
4c3a20638e
don't puke on pages that are already in GNO's nroff format
1997-10-30 04:21:56 +00:00
gdr
293fc61f14
descu.c:
...
- eliminate some extraneous whitespace in the database sources
describe.1, descc.8:
- change database path to /usr/lib/describe.db
1997-10-30 04:19:10 +00:00
gdr
c6e102e916
updated for inclusion in GNO base build
1997-10-30 04:14:21 +00:00
gdr
14a1927519
fixed name of contrib library
1997-10-30 04:06:11 +00:00
gdr
998b53c1c9
modified for inclusion into GNO base build
1997-10-30 04:04:35 +00:00
gdr
0a72bc2794
Added documentation, make 'help' explicitly a gsh script.
1997-10-30 03:51:56 +00:00
gdr
e7015008c4
modified for inclusion in GNO base build
1997-10-30 03:50:04 +00:00
gdr
fbcef9625a
modified for inclusion in GNO base build
1997-10-30 03:35:21 +00:00
gdr
e04dacb065
fixed some formatting
1997-10-30 02:34:54 +00:00
gdr
b9c3d5d27d
modified to fit into GNO base build
1997-10-30 02:33:49 +00:00
gdr
24b9cda931
fixed a comment
1997-10-30 02:28:49 +00:00
gdr
b5b9abc713
prototyped
1997-10-30 02:18:16 +00:00
gdr
51ae0e883d
initial checkin. This is provided for compatibility with old BSD sources
1997-10-30 02:13:59 +00:00
gdr
10f5957592
If __USE_DYNAMIC_GSSTRING__ is #defined prior to the inclusion of
...
<types.h>, then GSString* and ResultBuf* types will by #defined
to be GSStringPtr and ResultBufPtr, respectively.
1997-10-30 02:13:13 +00:00
gdr
70949ed9a3
Derek's initial changes, with a minor change in whitespace by gdr
...
to minimize the diffs with the original version.
1997-10-26 18:38:03 +00:00
gdr
fd453f99d5
Initial checkin. Matches 4.4BSD, except that the man page has been
...
reformated.
1997-10-26 17:12:24 +00:00
gdr
86fc467fac
added regex man pages (chap 3 and 7)
1997-10-08 07:09:19 +00:00
gdr
280300e2f8
This now builds under ORCA/C. Completely untested.
1997-10-08 07:07:51 +00:00
gdr
b7b8ffe87b
- started building with ORCA/C
...
- changed OPSHIFT macro to use a (unsigned long) vs (unsigned) cast;
this at least will compile now; ORCA/C was complaining about 'duplicate
label in case statement'.
1997-10-08 07:07:14 +00:00
gdr
a5c3c955aa
initial checkin
1997-10-08 03:48:16 +00:00
gdr
4f8059fffa
added cvs identifier and conditional on system #include
1997-10-07 15:00:23 +00:00
gdr
d54f8f999d
initial checkin
1997-10-07 14:58:09 +00:00
gdr
e4e2dd505c
initial checkin
1997-10-07 01:43:55 +00:00
gdr
6ec822da35
minor rProgInfo changes
1997-10-05 16:42:03 +00:00
gdr
3f66072e30
initial checkin
1997-10-04 05:24:01 +00:00
gdr
75e4ffde40
Give long name for AT&T UNIX.
1997-10-04 04:40:10 +00:00
gdr
2d9725fc31
Change describe(1) entry to only show the directory, not the full path.
1997-10-04 03:48:09 +00:00
gdr
45975acfd7
added termcap entries
1997-10-03 05:46:31 +00:00
gdr
c4fc6763d1
corrected location
1997-10-03 05:43:39 +00:00
gdr
90573468cb
added cvs id
1997-10-03 05:43:22 +00:00
gdr
5578ed663d
initial checkin as provided by Evan Day, except for:
...
- minor reformatting in man page
- corrected cvs identifiers
1997-10-03 05:42:18 +00:00
gdr
c22bcee941
initial checkin as provided by Evan Day, except for:
...
- fixed some rcs identifiers
- fixed location shown in describe entry, makefile
1997-10-03 05:13:23 +00:00
gdr
dd0de285c3
corrected utility location
1997-10-03 05:12:15 +00:00
gdr
e713312837
initial checkin as provided by Evan Day, except for:
...
- fixed up some rcs identifiers
- fixed up some formatting in the man page
1997-10-03 05:06:50 +00:00
gdr
8056066083
- initial build for GNO (untested)
...
- changed some path names
1997-10-03 04:53:06 +00:00
gdr
1c00c49e7b
initial checkin
1997-10-03 04:49:40 +00:00
gdr
68bf96eb2a
added install and release targets, rez file dependancy
1997-10-03 04:47:34 +00:00
gdr
cbf28ecef3
replaced with a GNO-style makefile
1997-10-03 04:46:02 +00:00
gdr
a669d1f0ac
prototyped
1997-10-03 04:45:27 +00:00
gdr
6848d48a2e
build libc in the lower level makefiles instead of the top one; we're
...
getting too many files
1997-10-03 04:44:26 +00:00
gdr
f163b4f2a5
added PHONY target to libc
1997-10-03 04:42:51 +00:00