Timeline
09/27/91:
- 06:50 Changeset [5637] by
- fully prototype if STDC
09/25/91:
- 11:43 Changeset [5636] by
- don't log interrrupted system call error messages
- 11:32 Changeset [5635] by
- Add pid file, ticks are in minutes, not seconds.
- 07:41 Changeset [5634] by
- 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
- Support for account number ratios/discount
- 06:46 Changeset [5632] by
- Added AN and AD for account numerator and denomenator settings
- 06:26 Changeset [5631] by
- 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
- Initial revision
09/23/91:
- 08:53 Changeset [5628] by
- fixed wait emulation for posix- had broken on bsd.
- 08:42 Changeset [5627] by
- add rule for making version.h
- 08:16 Changeset [5626] by
- removed unused var redeclared var to be properly Cardinal, not int
- 08:16 Changeset [5625] by
- removed unused var
- 08:16 Changeset [5624] by
- removed unused v ar
- 08:15 Changeset [5623] by
- ifdef'd debugging variable redeclared var to properly be Cardinal, not int
- 08:07 Changeset [5622] by
- Initial revision
- 07:47 Changeset [5621] by
- Initial revision
- 07:46 Changeset [5620] by
- removed unused var.
- 07:42 Changeset [5619] by
- added explanation about missing version.h on make depend
- 06:59 Changeset [5618] by
- Reset timer when retrying attach; otherwise, login may time out completely if fileserver is down.
09/22/91:
- 08:53 Changeset [5617] by
- removed junk after endif
- 08:16 Changeset [5616] by
- RS/6000 has void signal return, and no vfork. Compile without BSD emulation crud.
- 08:16 Changeset [5615] by
- bsd (gcc) has ansi include files, so use them
- 08:15 Changeset [5614] by
- add handling of void signal returns
- 08:15 Changeset [5613] by
- 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
- make punt a static routine, which doesn't need a prototype
- 08:05 Changeset [5611] by
- users behalf should be user's behalf (thanks jik-)
- 08:04 Changeset [5610] by
- include new version.h file
- 07:59 Changeset [5609] by
- RS/6000 select macros deal with void signal returns POSIX-style dirents
- 07:55 Changeset [5608] by
- deal with void signal returns.
- 07:54 Changeset [5607] by
- include time.h localtime tkes a time_t *
- 07:52 Changeset [5606] by
- fputs returns an int, not a char *
- 07:47 Changeset [5605] by
- Initial revision
- 07:46 Changeset [5604] by
- use new version numbering scheme, instead of date fork
- 07:45 Changeset [5603] by
- include stdlib.h when appropriate make clean_up in rpd.c static, so it doesn't need prototypes
- 07:44 Changeset [5602] by
- use clientlib call to ask question, instead of forking process.
- 07:43 Changeset [5601] by
- now uses clientlib and commonlib, and hesiod
- 07:40 Changeset [5600] by
- added void signal return support
- 07:36 Changeset [5599] by
- put back old error codes; com_err will come later
- 07:33 Changeset [5598] by
- Add void signal returns.
- 07:32 Changeset [5597] by
- RS/6000 select include file added
- 07:26 Changeset [5596] by
- deal with posix-style directory entries, file locking, and wait
09/19/91:
- 13:50 Changeset [5595] by
- 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
- various functions should return ERRCODE, not int's, so that prototyping can work correctly.
- 06:48 Changeset [5593] by
- include stlib.h if ANSI C and not broken RT compiler.
09/10/91:
- 11:13 Changeset [5592] by
- fixed up ifdef lint
- 11:13 Changeset [5591] by
- void sigret handling
- 11:12 Changeset [5590] by
- fixed up ifdef LINT
- 11:06 Changeset [5589] by
- fixed up ifdef LINT
- 10:50 Changeset [5588] by
- MuHelp buggy; substitute other (muwarning, muerror)
- 10:48 Changeset [5587] by
- Changed to wcl
- 10:45 Changeset [5586] by
- rename toplevel to xolc
- 10:45 Changeset [5585] by
- Added wcl routines, removed visual.c link with motif-specific toolkit
- 09:41 Changeset [5584] by
- NULL != '\0'
- 09:41 Changeset [5583] by
- fix prototypes; int's should be ERRCODE
- 09:36 Changeset [5582] by
- 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
- better version printing; use version.h
- 09:33 Changeset [5580] by
- include time.h on RS/6000
- 09:33 Changeset [5579] by
- Better way of doing version dating (version.h, not env. var)
- 07:32 Changeset [5578] by
- do_olc_queue should return ERRCODE
- 07:30 Changeset [5577] by
- do_olc_motd and do_olc_hours should return ERRCODE
- 07:30 Changeset [5576] by
- do_olc_load_user, do_olc_dump, and do_olc_dbinfo should return ERRCODE
- 07:29 Changeset [5575] by
- do_quit shoudl retur ERRCODE (can't always assume it's an int)
- 07:29 Changeset [5574] by
- do_olc_instance should return ERRCODE (can't assume it's always an int)
- 07:28 Changeset [5573] by
- do_olc_describe should return ERRCODE (can't assume it's always an int)
- 07:27 Changeset [5572] by
- include stdlib if ANSI include time.h for RS/6000 declare command_loop to return a void
- 07:19 Changeset [5571] by
- deal with void signal returns
- 07:19 Changeset [5570] by
- was returning bogon error codes (make com_err later)
- 07:18 Changeset [5569] by
- missing cast for getenv (gcc complains)
- 07:18 Changeset [5568] by
- missing cast for getenv (gcc complains)
- 07:07 Changeset [5567] by
- include select.h and time.h for RS/6000
- 07:03 Changeset [5566] by
- added header, copyright, and stdlib support include time.h for RS/6000
- 07:02 Changeset [5565] by
- added stdlib support include select.h for RS/6000's
09/05/91:
- 07:39 Changeset [5564] by
- added info on timeouts
09/04/91:
- 07:44 Changeset [5563] by
- stuff not checked in when picked up for the release.
- 07:35 Changeset [5562] by
- stuff not checked in when picked up for the release; local server stuff.
- 07:32 Changeset [5561] by
- stuff not checked in when taken for release.
- 07:30 Changeset [5560] by
- stuff still locked when taken for the release.
- 07:29 Changeset [5559] by
- unchecked in stuff in release
- 07:22 Changeset [5558] by
- fixed location of .el file
- 07:20 Changeset [5557] by
- fixed location of programs.
- 07:19 Changeset [5556] by
- install icombine in correct location
- 06:35 Changeset [5555] by
- changed techinfo and maple callbacks.
- 06:14 Changeset [5554] by
- set graphics_exposures member of gc's to false, to remove chance of getting NoExpose or GraphicExpose events.
- 06:11 Changeset [5553] by
- 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
- added #ifdef's and #define's to make sure that file can't be included multiple times.
- 05:08 Changeset [5551] by
- 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
- Released version in 7.3
- 12:25 Changeset [5549] by
- Clean up directory "printing"... added current-directory concept (working)
- 12:25 Changeset [5548] by
- RIOS shared library support
- 07:23 Changeset [5547] by
- Initial revision
09/02/91:
- 17:36 Changeset [5546] by
- Initial revision
- 15:08 Changeset [5545] by
- Link -lkrb before -lcom_err.
- 14:56 Changeset [5544] by
- Initialize inetm; zero sockaddr struct before use. [jik]
- 14:53 Changeset [5543] by
- Mention zephyr.
- 14:51 Changeset [5542] by
- Initial revision
- 14:48 Changeset [5541] by
- Install in correct directory; install syslogd.8. Link -lkrb before -lcom_err.
- 14:46 Changeset [5540] by
- Link -lkrb before -lcom_err.
- 14:41 Changeset [5539] by
- Use BUILDTOP, not SRCTOP, for makepaths.
- 14:34 Changeset [5538] by
- Link -lkrb before -lcom_err.
- 14:22 Changeset [5537] by
- Add newlines to error messages.
08/30/91:
- 06:50 Changeset [5536] by
- converted rs/6000 to ansi compiler, c89
- 06:49 Changeset [5535] by
- Removed unused X-specific targets added error table target
08/29/91:
- 07:25 Changeset [5534] by
- functions now return ERRCODE; added missing returns
- 07:24 Changeset [5533] by
- ints are now ERRCODEs
Note: See TracTimeline
for information about the timeline view.