Timeline
01/07/92:
- 16:11 Changeset [5783] by
- RS/6000 has shared libraries
- 15:54 Changeset [5782] by
- NULL != '\0'; fix usage.
- 15:53 Changeset [5781] by
- take out hash.c; not used.
- 15:34 Changeset [5780] by
- memory re-structuring
- 15:27 Changeset [5779] by
- use default srvtab location. get tickets of default lifetime.
- 15:15 Changeset [5778] by
- undef STAT after including sys/dir.h if under AIX and compiling with Zephyr; defintions of STAT disagree.
- 14:53 Changeset [5777] by
- renamed the 'toplevel' widget to be 'xolc'
- 14:14 Changeset [5776] by
- use OLC_SERVICE as the instance instead of OLC_SERV_NAME
- 14:02 Changeset [5775] by
- added location of stock reply file
- 14:01 Changeset [5774] by
- This commit was generated by cvs2svn to compensate for changes in r5773, which included commits to RCS files with non-trunk default branches.
- 14:01 Changeset [5773] by
- memory re-work
- 14:00 Changeset [5772] by
- don't override srvtab location
- 13:59 Changeset [5771] by
- memory re-working
- 13:58 Changeset [5770] by
- support for chaining messages stock reply from file, not hardcoded
- 13:49 Changeset [5769] by
- rs/6000 now has motif Define _IBMR2 on rs/6000; default cpp doesn't. Define MACHINE to be rsaix; not set in environ on Rs/6000
- 13:46 Changeset [5768] by
- Initial revision
- 13:43 Changeset [5767]
- This commit was manufactured by cvs2svn to create branch 'unlabeled-1.11.1'.
- 13:43 Changeset [5766] by
- pass Imakefile through cpp removed excess wcl junk
- 13:38 Changeset [5765] by
- added posix signals void signal handler type support
- 11:48 Changeset [5764] by
- undef STAT after including sys/dir.h if under AIX and compiling with Zephyr; defintions of STAT disagree.
- 10:53 Changeset [5763] by
- Initial revision
- 10:52 Changeset [5762] by
- memory re-struturing
- 10:52 Changeset [5761] by
- memory re-structuring
01/06/92:
- 11:08 Changeset [5760] by
- send pop "quit" message before exiting fix so that "from -t" will print no new messages when /usr/spool/mail exists
- 10:57 Changeset [5759] by
- illegal #endif syntax (ansi)
- 10:57 Changeset [5758] by
- fixed zephyr_timeout() declaration
- 10:56 Changeset [5757] by
- disallow suspending the process in critical code fixed cast for getpwnam() so that it will compile on RISC/6000
- 10:56 Changeset [5756] by
- illegal endif syntax (ansi)
- 10:55 Changeset [5755] by
- send the kerberos ticket-length in network byte-order
- 10:55 Changeset [5754] by
- illegal endif syntax
- 10:54 Changeset [5753] by
- detach -lint is now a privileged operation
- 10:54 Changeset [5752] by
- corrected wording about -lint option
- 10:53 Changeset [5751] by
- unlock attachtab prior to authentication make #endif statement ansi-compliant
- 10:52 Changeset [5750] by
- null argument parsing problem
- 10:51 Changeset [5749] by
- put_attachtab is critical code and should not be interruptible lint_attachtab should lock the attachtab zero out the hosts field so as not to have bogus hosts check status of flock()
- 10:50 Changeset [5748] by
- Verify the return status of path_canon(). Potential overmount problems and security bypasses could occur on RPC timeouts. Check for other mounted filesystems on the same directory AFTER canonicalization. Clean up #endif lint
- 10:50 Changeset [5747] by
- Allow for POSIX-style wait()
12/30/91:
- 14:01 Changeset [5746] by
- Ignore "@color" and "@font".
12/17/91:
- 06:38 Changeset [5745] by
- changed ifdef around rcsid to make saber happy. added a new function "hash_give_any_value" which returns any value from the hash table -- the first one it finds.
- 06:37 Changeset [5744] by
- changed ifdef around rcsid to make saber happy. removed unneeded code -- turned loop into multiple calls to XjRegisterCallback
- 06:34 Changeset [5743] by
- changed ifdef around rcsid to make saber happy. made error messages more useful, if ticket file couldn't be found or some other non-krb error occured. reduced multiple uses of same string to one string where possible.
- 06:24 Changeset [5742] by
- changed ifdef around rcsid to make saber happy.
- 06:22 Changeset [5741] by
- changed ifdef around rcsid to make saber happy. changed Icon Jet into a Label Jet, since Label now supports pixmaps.
- 06:21 Changeset [5740] by
- changed ifdef around rcsid to make saber happy. added some ARGSUSED comments to make saber happy.
- 06:14 Changeset [5739] by
- Oh boy... lots of changes... changed ifdef around rcsid to make saber happy. made appdefdir and bitmapdir into static strings to save space. alarms get called with their id as the second arg. added an XjExpose routine that calls a Jet's expose proc, if it has one. changed delimiter-handling code in callback processing so that any delimiter can be used, not just double-quotes. made font-caching code a little better... if no font could be gotten, it uses whatever it can out of the font hash table. justify converter handles top and bottom in addition to left and right. added some debugging code to check for errors from select. added some debugging code to trace X events. changed an empty for-loop into a while-loop to make saber happy.
- 05:31 Changeset [5738] by
- added extern declaration for XjReadCallback added macros for XjCreatePixmap, XjFreePixmap, XjCreateGC, XjFreeGC, XjCreateFontCursor, XjFreeCursor, XjFreeStringList, so that I can change them later if I want, to do caching (esp. pixmaps). added some parens in the MIN and MAX macros.
- 05:29 Changeset [5737] by
- changed XCreateGC, XCreatePixmap, XFreeGC to Xj-... so that I can change them all to do something else later if I want (like caching stuff, esp. pixmaps). changed ifdef around rcsid to make saber happy.
- 05:28 Changeset [5736] by
- changed ifdef around rcsid to make saber happy. added ARGSUSED to make saber happy. changed one arg to make saber happy.
- 05:26 Changeset [5735] by
- changed XCreateGC, XCreatePixmap, XFreeGC to Xj-... so that I can change them all to do something else later if I want (like caching stuff, esp. pixmaps). changed ifdef around rcsid to make saber happy. changed so that it always sleeps 1 second -- does not try to sync with system clock.
- 05:25 Changeset [5734] by
- changed XCreateGC, XCreatePixmap, XFreeGC to Xj-... so that I can change them all to do something else later if I want (like caching stuff, esp. pixmaps). changed ifdef around rcsid to make saber happy. added some casts to make saber happy.
Note: See TracTimeline
for information about the timeline view.