Commit Graph

352 Commits

Author SHA1 Message Date
shivers 675bf91911 Trivial updates. 1998-05-02 17:22:01 +00:00
shivers 878c07f4c1 - Hacked append-reverse! so that it won't blow up on improper lists.
- Hacked delete so that it shares storage when possible -- it doesn't
  always copy the entire list. For example, (delete lis (lambda (x) #f))
  returns lis, allocating no new list structure. (It allocates stack frames,
  of course.)
1998-05-02 17:21:09 +00:00
shivers 29c3ebf99a Simplified optional arg handling a bit. 1998-05-02 17:13:09 +00:00
shivers c55ec06130 Files needed to typeset scsh manual & paper. 1998-05-02 17:04:08 +00:00
shivers 65f6bdd35a timezone code bullet-proofed a bit. 1997-11-10 02:55:17 +00:00
shivers a5f1300753 - fixed timezone-formatting bug
- added date field-mod procs
- commented a bit
1997-11-10 02:53:24 +00:00
shivers c7344577f3 Added ply-three version number to scsh-version-string. 1997-11-10 02:52:11 +00:00
shivers 7463169adf Added new features. 1997-11-10 02:51:23 +00:00
shivers acb29ac3bc Fixed bug -- LET -> LET* 1997-11-10 02:50:48 +00:00
shivers 75dbb6c4bb Added field-modifying and record-copy proc. 1997-11-10 02:49:36 +00:00
shivers 6011c98e03 Awk now precompiles regexps, so bogus comment deleted. 1997-11-10 02:48:20 +00:00
shivers 3d91476f54 Tty-hacking procs when possible take stdio as a default upon which to operate.
These procs now may be applied to tty file names as well as ports and fdes.
1997-11-10 02:47:36 +00:00
shivers 2baee835a2 Tty-hacking procs now default to stdio when a tty isn't specified.
You may now apply them to a file-name as well as a port or fdes.
1997-11-10 02:45:44 +00:00
shivers 61cdf20586 Improved FILE-NOT-ACCESSIBLE, which still has problems, and added discussion
of its problems to the manual.
1997-11-10 02:41:28 +00:00
shivers cdfa775de7 Added ABSOLUTE-FILE-NAME and ->REGEXP. 1997-11-10 02:34:45 +00:00
shivers b4c84222e7 Upped default heap size, as the default heap had exceeded the old default size. 1997-11-10 02:29:16 +00:00
shivers 2df502cd0a Ported from LaTeX 2.09 to modern LaTeX 2e. 1997-10-06 21:16:27 +00:00
shivers 1eecb9c9c5 Fixed a bug in the type declaration of with-errno-handler*. 1997-10-06 21:15:18 +00:00
shivers 38c76cdf84 Cleaned up the CONSTANT-GLOB? function a bit. 1997-10-06 21:14:20 +00:00
bdc ff5d65fc30 update notes 1997-06-09 02:30:37 +00:00
bdc 1b7292cab3 update a date 1997-06-09 02:21:59 +00:00
bdc 402c617ec5 updated version 1997-06-09 01:58:13 +00:00
bdc 13dbef06b1 factored out arg parsing 1997-06-09 01:47:19 +00:00
bdc 88aaa91880 you can now specifiy an arg vm parser 1997-06-09 01:46:57 +00:00
shivers 4703ce142a There was an atomicity problem/race condition -- if a child process died
after it was forked, but before the scsh fork procedure could register
the child's procobj in the pid/procobj table, then when the SIGCHLD
signal-handler reaped the process, there would be no procobj for it.
We now lock out interrupts across the fork and register operations.
1997-04-30 20:33:26 +00:00
bdc 0f1f30eaa1 update release number 1997-04-26 17:46:16 +00:00
bdc ec30e65f2d added my build tools 1997-04-26 17:44:53 +00:00
bdc 178cfa8e2e i do not know how this happened 1997-04-23 22:51:33 +00:00
bdc 0705774634 update for sunos4 acc compiler 1997-04-23 22:51:03 +00:00
bdc 8764714a07 fix for sunos 1997-04-23 20:34:54 +00:00
bdc 7f05d6d427 From: Franklin Chen <chen@adi.com> 1997-04-23 20:24:56 +00:00
bdc aff343acf5 updated 1997-04-23 02:28:36 +00:00
bdc 0e3db5eab6 from Kevin Esler <esler@pureatria.com> 1997-04-23 02:26:56 +00:00
bdc 7c80405943 fix for irix lame compiler 1997-04-23 02:24:41 +00:00
shivers 33c91d854d Release notes said we don't do sighandlers. Fixed. 1997-04-22 17:55:50 +00:00
bdc 5b5f58bd70 fixed version numbers 1997-04-21 20:55:48 +00:00
shivers 41bf8dad3f Jim Blandy reported some small problems with the meta-arg Scheme parser. 1997-04-19 19:12:37 +00:00
shivers 5c5ae4dc99 Fixed some design and implementation bugs in regexp-substitute/global. 1997-04-19 04:01:19 +00:00
shivers aa5c661421 foo. 1997-04-18 03:26:25 +00:00
shivers a304e9b7f9 - The daylight-savings time flag was blowing up date->time conversion
when it wasn't relevant.

- Error returns from mktime() were not being caught.
1997-04-18 03:25:32 +00:00
shivers 1a2d8690ce Added regexp-substitute and regexp-substitute/global. 1997-04-18 03:23:26 +00:00
shivers 73844bc6ee Fixed bug whereby the scsh heap image rule was trying to load the
floating pt code from the install dir before the code had been installed.
1997-04-18 02:04:59 +00:00
shivers a4bbf1d2f6 Documented new regexp-substitute procs. 1997-04-18 02:02:15 +00:00
shivers b352d0e825 - Added warning to DATE doc about mktime() lossage.
- Documented behavior of delete-{file,directory,filesys-object} when
  the named thing doesn't exist.
- Documented new regexp-substitute procedures.
1997-04-18 01:59:42 +00:00
shivers f30435d56f Minor tweaks to reflect the current release. 1997-04-11 18:10:11 +00:00
shivers b0ea9017eb New release notes. 1997-04-11 17:59:46 +00:00
shivers 14869a846e Changed to release 0.5 1997-04-11 17:58:12 +00:00
shivers 8f6a17af48 Updated the "what's new" and todo chapters. 1997-04-11 17:37:48 +00:00
shivers 9dddad54c3 Added man.ps 1997-04-10 01:31:42 +00:00
shivers b684a0e621 Cleaning up a bit. 1997-04-10 01:24:50 +00:00