Timeline


and

09/27/91:

06:50 Changeset [5637] by lwvanels
fully prototype if STDC

09/25/91:

11:43 Changeset [5636] by lwvanels
don't log interrrupted system call error messages
11:32 Changeset [5635] by lwvanels
Add pid file, ticks are in minutes, not seconds.
07:41 Changeset [5634] by lwvanels
added -tick to put ticks in the log at specfied intervals. When sent a HUP, it will close and re-open the log (for newsyslog or equivalent)
07:38 Changeset [5633] by epeisach
Support for account number ratios/discount
06:46 Changeset [5632] by epeisach
Added AN and AD for account numerator and denomenator settings
06:26 Changeset [5631] by epeisach
Added AN and AD fields for account numerator/denomenator usage
06:24 Changeset [5630]
This commit was manufactured by cvs2svn to create tag 'REL73'.
06:24 Changeset [5629] by epeisach
Initial revision

09/23/91:

08:53 Changeset [5628] by lwvanels
fixed wait emulation for posix- had broken on bsd.
08:42 Changeset [5627] by lwvanels
add rule for making version.h
08:16 Changeset [5626] by lwvanels
removed unused var redeclared var to be properly Cardinal, not int
08:16 Changeset [5625] by lwvanels
removed unused var
08:16 Changeset [5624] by lwvanels
removed unused v ar
08:15 Changeset [5623] by lwvanels
ifdef'd debugging variable redeclared var to properly be Cardinal, not int
08:07 Changeset [5622] by lwvanels
Initial revision
07:47 Changeset [5621] by lwvanels
Initial revision
07:46 Changeset [5620] by lwvanels
removed unused var.
07:42 Changeset [5619] by lwvanels
added explanation about missing version.h on make depend
06:59 Changeset [5618] by lwvanels
Reset timer when retrying attach; otherwise, login may time out completely if fileserver is down.

09/22/91:

08:53 Changeset [5617] by lwvanels
removed junk after endif
08:16 Changeset [5616] by lwvanels
RS/6000 has void signal return, and no vfork. Compile without BSD emulation crud.
08:16 Changeset [5615] by lwvanels
bsd (gcc) has ansi include files, so use them
08:15 Changeset [5614] by lwvanels
add handling of void signal returns
08:15 Changeset [5613] by lwvanels
NormalProgramTarget uses ::'s, to allow other things to be done as well NormalLibraryTarget uses ::'s, to allow other things to be done as well.
08:10 Changeset [5612] by lwvanels
make punt a static routine, which doesn't need a prototype
08:05 Changeset [5611] by lwvanels
users behalf should be user's behalf (thanks jik-)
08:04 Changeset [5610] by lwvanels
include new version.h file
07:59 Changeset [5609] by lwvanels
RS/6000 select macros deal with void signal returns POSIX-style dirents
07:55 Changeset [5608] by lwvanels
deal with void signal returns.
07:54 Changeset [5607] by lwvanels
include time.h localtime tkes a time_t *
07:52 Changeset [5606] by lwvanels
fputs returns an int, not a char *
07:47 Changeset [5605] by lwvanels
Initial revision
07:46 Changeset [5604] by lwvanels
use new version numbering scheme, instead of date fork
07:45 Changeset [5603] by lwvanels
include stdlib.h when appropriate make clean_up in rpd.c static, so it doesn't need prototypes
07:44 Changeset [5602] by lwvanels
use clientlib call to ask question, instead of forking process.
07:43 Changeset [5601] by lwvanels
now uses clientlib and commonlib, and hesiod
07:40 Changeset [5600] by lwvanels
added void signal return support
07:36 Changeset [5599] by lwvanels
put back old error codes; com_err will come later
07:33 Changeset [5598] by lwvanels
Add void signal returns.
07:32 Changeset [5597] by lwvanels
RS/6000 select include file added
07:26 Changeset [5596] by lwvanels
deal with posix-style directory entries, file locking, and wait

09/19/91:

13:50 Changeset [5595] by probe
Removed NS.NIC.DDN.MIL because it will be changing, and nobody seems to know about the stability during the transition...

09/11/91:

06:49 Changeset [5594] by lwvanels
various functions should return ERRCODE, not int's, so that prototyping can work correctly.
06:48 Changeset [5593] by lwvanels
include stlib.h if ANSI C and not broken RT compiler.

09/10/91:

11:13 Changeset [5592] by lwvanels
fixed up ifdef lint
11:13 Changeset [5591] by lwvanels
void sigret handling
11:12 Changeset [5590] by lwvanels
fixed up ifdef LINT
11:06 Changeset [5589] by lwvanels
fixed up ifdef LINT
10:50 Changeset [5588] by lwvanels
MuHelp buggy; substitute other (muwarning, muerror)
10:48 Changeset [5587] by lwvanels
Changed to wcl
10:45 Changeset [5586] by lwvanels
rename toplevel to xolc
10:45 Changeset [5585] by lwvanels
Added wcl routines, removed visual.c link with motif-specific toolkit
09:41 Changeset [5584] by lwvanels
NULL != '\0'
09:41 Changeset [5583] by lwvanels
fix prototypes; int's should be ERRCODE
09:36 Changeset [5582] by lwvanels
include unistd.h on RS/6000's cast results of ttyname appropriately worked around optimizer bug on the RS/6000's (*array != array[0]) cast results of getenv appropriately
09:34 Changeset [5581] by lwvanels
better version printing; use version.h
09:33 Changeset [5580] by lwvanels
include time.h on RS/6000
09:33 Changeset [5579] by lwvanels
Better way of doing version dating (version.h, not env. var)
07:32 Changeset [5578] by lwvanels
do_olc_queue should return ERRCODE
07:30 Changeset [5577] by lwvanels
do_olc_motd and do_olc_hours should return ERRCODE
07:30 Changeset [5576] by lwvanels
do_olc_load_user, do_olc_dump, and do_olc_dbinfo should return ERRCODE
07:29 Changeset [5575] by lwvanels
do_quit shoudl retur ERRCODE (can't always assume it's an int)
07:29 Changeset [5574] by lwvanels
do_olc_instance should return ERRCODE (can't assume it's always an int)
07:28 Changeset [5573] by lwvanels
do_olc_describe should return ERRCODE (can't assume it's always an int)
07:27 Changeset [5572] by lwvanels
include stdlib if ANSI include time.h for RS/6000 declare command_loop to return a void
07:19 Changeset [5571] by lwvanels
deal with void signal returns
07:19 Changeset [5570] by lwvanels
was returning bogon error codes (make com_err later)
07:18 Changeset [5569] by lwvanels
missing cast for getenv (gcc complains)
07:18 Changeset [5568] by lwvanels
missing cast for getenv (gcc complains)
07:07 Changeset [5567] by lwvanels
include select.h and time.h for RS/6000
07:03 Changeset [5566] by lwvanels
added header, copyright, and stdlib support include time.h for RS/6000
07:02 Changeset [5565] by lwvanels
added stdlib support include select.h for RS/6000's

09/05/91:

07:39 Changeset [5564] by lwvanels
added info on timeouts

09/04/91:

07:44 Changeset [5563] by lwvanels
stuff not checked in when picked up for the release.
07:35 Changeset [5562] by lwvanels
stuff not checked in when picked up for the release; local server stuff.
07:32 Changeset [5561] by lwvanels
stuff not checked in when taken for release.
07:30 Changeset [5560] by lwvanels
stuff still locked when taken for the release.
07:29 Changeset [5559] by lwvanels
unchecked in stuff in release
07:22 Changeset [5558] by lwvanels
fixed location of .el file
07:20 Changeset [5557] by lwvanels
fixed location of programs.
07:19 Changeset [5556] by lwvanels
install icombine in correct location
06:35 Changeset [5555] by vanharen
changed techinfo and maple callbacks.
06:14 Changeset [5554] by vanharen
set graphics_exposures member of gc's to false, to remove chance of getting NoExpose or GraphicExpose events.
06:11 Changeset [5553] by vanharen
set graphics_exposures member of gc's to false, to remove chance of getting NoExpose or GraphicExpose events. also added check to make sure that the pixmap was set before copying it in, in SetIcon() proc.
05:10 Changeset [5552] by vanharen
added #ifdef's and #define's to make sure that file can't be included multiple times.
05:08 Changeset [5551] by vanharen
added #ifdef's and #define's to make sure that file can't be included multiple times. also added 5 new #define's for justification.

09/03/91:

12:57 Changeset [5550] by epeisach
Released version in 7.3
12:25 Changeset [5549] by probe
Clean up directory "printing"... added current-directory concept (working)
12:25 Changeset [5548] by probe
RIOS shared library support
07:23 Changeset [5547] by vanharen
Initial revision

09/02/91:

17:36 Changeset [5546] by vanharen
Initial revision
15:08 Changeset [5545] by jfc
Link -lkrb before -lcom_err.
14:56 Changeset [5544] by jfc
Initialize inetm; zero sockaddr struct before use. [jik]
14:53 Changeset [5543] by jfc
Mention zephyr.
14:51 Changeset [5542] by jfc
Initial revision
14:48 Changeset [5541] by jfc
Install in correct directory; install syslogd.8. Link -lkrb before -lcom_err.
14:46 Changeset [5540] by jfc
Link -lkrb before -lcom_err.
14:41 Changeset [5539] by jfc
Use BUILDTOP, not SRCTOP, for makepaths.
14:34 Changeset [5538] by jfc
Link -lkrb before -lcom_err.
14:22 Changeset [5537] by jfc
Add newlines to error messages.

08/30/91:

06:50 Changeset [5536] by lwvanels
converted rs/6000 to ansi compiler, c89
06:49 Changeset [5535] by lwvanels
Removed unused X-specific targets added error table target

08/29/91:

07:25 Changeset [5534] by lwvanels
functions now return ERRCODE; added missing returns
07:24 Changeset [5533] by lwvanels
ints are now ERRCODEs
Note: See TracTimeline for information about the timeline view.