ikarus/lib
Abdulaziz Ghuloum cfc1fcdb37 * Added a --script option to ikarus. If --script is passed as an
argument, then the greeting is suppressed and no cafe is entered.

* Example 1 (non-script): script.ss contains
     #!/usr/bin/ikarus
     (display "Hello Script\n")
   
     $ ./script.ss
     Ikarus Scheme (Build 2006-12-02)
     Copyright (c) 2006 Abdulaziz Ghuloum
     
     Hello Script
     > 
  
* Example 2 (script): script.ss contains
     #!/usr/bin/ikarus --script
     (display "Hello Script\n")
   
     $ ./script.ss
     Hello Script
     $
2006-12-02 05:28:11 -05:00
..
geninstr renamed: 2006-12-01 10:40:21 -05:00
Makefile Changes makefile.ss to reflect the new directory structure. 2006-12-01 10:41:13 -05:00
fact.ss renamed: 2006-12-01 10:40:21 -05:00
ikarus.boot * Added a --script option to ikarus. If --script is passed as an 2006-12-02 05:28:11 -05:00
libassembler.ss renamed: 2006-12-01 10:40:21 -05:00
libcafe.ss renamed: 2006-12-01 10:40:21 -05:00
libchezio.ss renamed: 2006-12-01 10:40:21 -05:00
libcollect.ss renamed: 2006-12-01 10:40:21 -05:00
libcompile.ss renamed: 2006-12-01 10:40:21 -05:00
libcontrol.ss renamed: 2006-12-01 10:40:21 -05:00
libcore.ss renamed: 2006-12-01 10:40:21 -05:00
libcxr.ss renamed: 2006-12-01 10:40:21 -05:00
libfasl.ss renamed: 2006-12-01 10:40:21 -05:00
libhandlers.ss renamed: 2006-12-01 10:40:21 -05:00
libhash.ss renamed: 2006-12-01 10:40:21 -05:00
libintelasm.ss renamed: 2006-12-01 10:40:21 -05:00
libinterpret.ss renamed: 2006-12-01 10:40:21 -05:00
libnumerics.ss renamed: 2006-12-01 10:40:21 -05:00
libposix.ss renamed: 2006-12-01 10:40:21 -05:00
librecord.ss renamed: 2006-12-01 10:40:21 -05:00
libtokenizer.ss * Load now skips the first line of a file if that line starts with 2006-12-02 05:02:05 -05:00
libtoplevel.ss * Added a --script option to ikarus. If --script is passed as an 2006-12-02 05:28:11 -05:00
libtrace.ss renamed: 2006-12-01 10:40:21 -05:00
libwriter.ss * Added a --script option to ikarus. If --script is passed as an 2006-12-02 05:28:11 -05:00
makefile.ss * Load now skips the first line of a file if that line starts with 2006-12-02 05:02:05 -05:00
message-case.ss renamed: 2006-12-01 10:40:21 -05:00
psyntax-7.1.pp renamed: 2006-12-01 10:40:21 -05:00
psyntax-7.1.ss * Load now skips the first line of a file if that line starts with 2006-12-02 05:02:05 -05:00
record-case.ss renamed: 2006-12-01 10:40:21 -05:00
set-operations.ss renamed: 2006-12-01 10:40:21 -05:00
tests-1.1-req.scm renamed: 2006-12-01 10:40:21 -05:00
tests-1.2-req.scm renamed: 2006-12-01 10:40:21 -05:00
tests-1.3-req.scm renamed: 2006-12-01 10:40:21 -05:00
tests-1.4-req.scm renamed: 2006-12-01 10:40:21 -05:00
tests-1.5-req.scm renamed: 2006-12-01 10:40:21 -05:00
tests-1.6-req.scm renamed: 2006-12-01 10:40:21 -05:00
tests-1.7-req.scm renamed: 2006-12-01 10:40:21 -05:00
tests-1.8-req.scm renamed: 2006-12-01 10:40:21 -05:00
tests-1.9-req.scm renamed: 2006-12-01 10:40:21 -05:00
tests-2.1-req.scm renamed: 2006-12-01 10:40:21 -05:00
tests-2.2-req.scm renamed: 2006-12-01 10:40:21 -05:00
tests-2.3-req.scm renamed: 2006-12-01 10:40:21 -05:00
tests-2.4-req.scm renamed: 2006-12-01 10:40:21 -05:00
tests-2.6-req.scm renamed: 2006-12-01 10:40:21 -05:00
tests-2.8-req.scm renamed: 2006-12-01 10:40:21 -05:00
tests-2.9-req.scm renamed: 2006-12-01 10:40:21 -05:00
tests-3.1-req.scm renamed: 2006-12-01 10:40:21 -05:00
tests-3.2-req.scm renamed: 2006-12-01 10:40:21 -05:00
tests-3.3-req.scm renamed: 2006-12-01 10:40:21 -05:00
tests-3.4-req.scm renamed: 2006-12-01 10:40:21 -05:00
tests-4.1-req.scm renamed: 2006-12-01 10:40:21 -05:00
tests-4.2-req.scm renamed: 2006-12-01 10:40:21 -05:00
tests-4.3-req.scm renamed: 2006-12-01 10:40:21 -05:00
tests-5.1-req.scm renamed: 2006-12-01 10:40:21 -05:00
tests-5.2-req.scm renamed: 2006-12-01 10:40:21 -05:00
tests-5.3-req.scm renamed: 2006-12-01 10:40:21 -05:00
tests-5.6-req.scm renamed: 2006-12-01 10:40:21 -05:00
unsafe-record.ss renamed: 2006-12-01 10:40:21 -05:00