home *** CD-ROM | disk | FTP | other *** search
-
- 1.17
- LoadHashObject() now allows an escaped (via '\') quoted string in
- the input (UULib:Aliases).
-
- Sources are now ANSI complient. Removed most ndir stuff as SAS/C,
- DICE and GCC all have their own. Removed qsort(). Removed the
- /include/sys/*.h files, as they conflicted with commercial DICE
- and GCC, and were unused except for Manx.
-
- Manx support can be considered to be "dead".
-
- security.c now uses the dos.library SameLock() on v36 or above.
-
- getpwnam.c returns real_name information (finger info).
-
- isdir.c now works properly over Envoy.
-
- malloc()'s are now checked throughout the library (with DICE).
-
- C= 2.0 (or above) includes are unconditionally required to generate
- the library.
-
- Added safe_chdir() to the library so that the proper CLI directory
- is restored on finish.
-
- 1.16
- Switched all lockfile() stuff to use OwnDevUnit.Library. ulog()
- stuff therefore requires it too since it lock's files. However,
- out of the bottom of my heart I don't crash if OwnDevUnitBase is
- NULL.
-
- Modified ndir stuff. Specifically, to not interfere with DICE's
- own directory stuff.
-
- New module, unix_comp.c, provides compress & decompression without
- calls to ulog() (which requires OwnDevUnit.Library)
-
- log.c a little more robust.
-
- lockserial stuff removed, now obsolete.
-
- Security stuff now automatically allows subdirectories underneath
- an allowed directory to be accessed.
-
- 1.15
- changes made to FindConfig() to allow for local variables under
- 2.0. getenv() is also assumed to check for local variables
- which it does under DICE 2.06.35 or beyond.
-
- A new subroutine called mungecase_filename() in NAMEMUNGE.C has
- been added, used by uucico and uuxqt to fix case-sensitive
- filenames
-
- sequence numbers now range to 0xFFFFF
-
- 1.14
- alias.c changed to be case-insensitive
-
- 1.13
- lockfile changed .. added LockDir config entry (defaults to T: if
- none exists)
-
- 1.11
- Buf in config.c fixed
-
- 1.10
-
- getpwnam.c memory leak fixed
- lockserial.c rewritten for file locking
-
-