sam
95803f0eec
* Fixed the bignum/double comparisons.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@192 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-26 09:11:20 +00:00
sam
3099835542
* Fixed a minor compilation warning.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@191 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-26 09:10:53 +00:00
sam
42d750b896
* Updated Aubrey's r4rs conformance test which now features my suggestion.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@190 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-26 01:27:04 +00:00
sam
8865c1ea8f
* Replaced short with int16_t where necessary.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@189 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-25 13:28:07 +00:00
sam
3d3e4af0f3
* Added the r4rstest.scm compliance test, with a minor addition.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@188 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-25 13:04:01 +00:00
sam
2460afd80e
* According to r4rs section 6.2, (eqv? 1 1.0) returns #f.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@187 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-24 18:49:46 +00:00
sam
b206e73e07
* BigNums now use uint16_t, not unsigned short.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@186 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-24 17:42:55 +00:00
sam
8717cc8a81
* Fixed scope of named let variables, fixing the bug described here:
...
http://groups.google.com/groups?selm=871zemtmd4.fsf%40app.dial.idiom.com
git-svn-id: svn://svn.zoy.org/elk/trunk@185 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-24 16:32:46 +00:00
sam
ce02b05888
* Fixed the check for "environ" on OS X and Solaris.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@184 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-24 15:14:16 +00:00
sam
4bf7fc4caa
* Removed INSTALL from repository, automake installs it for us.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@183 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-24 09:19:40 +00:00
sam
8830eb048e
* New bugs.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@182 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-24 09:15:37 +00:00
sam
6f847468df
* extern_c should expand to extern in C, not to /* */, thanks to Mark Sapa.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@181 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-24 09:14:51 +00:00
sam
b4d94a2c5a
* Case-insensitive symbols by default.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@180 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-23 12:16:43 +00:00
sam
957e491bba
* Use DBL_MAX instead of HUGE_VAL for float precision when available.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@179 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-23 12:16:22 +00:00
sam
ab40058bed
* Promoted precision in Float->String transformations.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@178 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-23 12:15:36 +00:00
sam
c4fbd1b8f2
* Empty (begin), (begin1) and (cond) return #<unspecified>.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@177 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-22 22:54:22 +00:00
sam
2383e0247c
* Display #<foo> instead of #[foo], to mimic Guile's output.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@176 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-22 22:47:03 +00:00
sam
d2b7366679
* Added the "unspecified" type.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@175 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-22 22:46:24 +00:00
sam
3fe1208817
* Fixed fucked up ChangeLog and NEWS files.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@174 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-22 22:44:19 +00:00
sam
17f5581cf4
* Linux compilation fix.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@173 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-22 17:00:33 +00:00
sam
088f728756
* Fixed the bitstring->unsigned-integer return value with a patch
...
from David Marmor.
git-svn-id: svn://svn.zoy.org/elk/trunk@172 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-20 03:25:58 +00:00
sam
bae12ce1f8
* Fixed the CXX check.
...
* Updated NEWS.
git-svn-id: svn://svn.zoy.org/elk/trunk@171 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-20 02:27:44 +00:00
sam
b3dfa6f946
* 3.99.4 release.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@170 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-20 01:13:14 +00:00
sam
0cd4b79d84
* Updated thanks.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@169 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-20 00:40:33 +00:00
sam
ae501dd87f
* More credits.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@168 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-19 11:51:12 +00:00
sam
d885709ffb
* #include <netdb.h> if available, so that Solaris has MAXHOSTNAMELEN.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@167 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-19 11:47:51 +00:00
sam
8108c9c270
* Fixed an invalid declaration that prevented compilation on HP-UX.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@166 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-19 11:46:13 +00:00
sam
d03c77372b
* Fixed function declarations in regexp.c that caused the Win32 plugin
...
to crash.
git-svn-id: svn://svn.zoy.org/elk/trunk@165 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-19 11:45:16 +00:00
sam
69724a8ba7
* Added -no-undefined to all plugins' LDFLAGS.
...
* Disabled most of the unix plugin code under Windows.
* Replaced remaining index/rindex calls with strchr/strrchr.
* Updated the Win32 build.
git-svn-id: svn://svn.zoy.org/elk/trunk@164 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-19 08:54:08 +00:00
sam
7d3267a72c
* Fixed the / and \ issues in path separators.
...
* Use strchr/strrchr instead of index/rindex.
git-svn-id: svn://svn.zoy.org/elk/trunk@163 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-17 13:29:39 +00:00
sam
5f31f6ae27
* Proper DLL symbol exporting under Win32.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@162 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-17 13:18:59 +00:00
sam
809443fb06
* Do not open .so files, but look for the libtool .la library instead and
...
get the shared object's filename from it.
git-svn-id: svn://svn.zoy.org/elk/trunk@161 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-17 12:01:49 +00:00
sam
d640876b57
* Typos and coding style.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@160 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-17 02:26:57 +00:00
sam
831bbb8e8d
* Fixed the distribution of .scm files that weren't installed.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@159 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-17 02:26:18 +00:00
sam
4cb155e3f6
* Fixed all signed/unsigned and undeclared function warnings.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@158 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-15 12:53:36 +00:00
sam
3a979638fc
* Minor 3.99.3 release.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@157 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-15 11:47:51 +00:00
sam
ea20a5275c
* Disabled the monitor plugin because it relies on specific gcc features.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@156 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-15 11:09:21 +00:00
sam
94c5d2ddea
* Fixed the manpage directory.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@155 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-15 09:12:16 +00:00
sam
544dbc2618
* Use install-{exec,data}-hook instead of -local so that target directories
...
already exist when the rule is called.
git-svn-id: svn://svn.zoy.org/elk/trunk@154 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-15 08:59:33 +00:00
sam
6f05008c8e
* **/Makefile.am: Use CLEANFILES instead of a new clean rule to remove
...
temporary files generated at build time.
git-svn-id: svn://svn.zoy.org/elk/trunk@153 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-15 08:52:09 +00:00
sam
9234eef52b
* src/Makefile.am, doc/man/Makefile.am:
...
+ Create symlinks at install time.
* debian/rules:
+ Moved manpages to /usr/share/man (Closes : #210894 ).
+ Ignore plugins in the dh_makeshlibs call.
+ Removed the elk->scheme-elk link, it is done at make install time.
git-svn-id: svn://svn.zoy.org/elk/trunk@152 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-15 08:46:36 +00:00
sam
f24d3937b5
* The 3.99.2 release is now ready.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@151 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-13 06:33:51 +00:00
sam
d4dc463b3d
* Plugin support for Win32.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@150 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-13 06:31:24 +00:00
sam
1b2f8598a4
* Quick and dirty .zip generator for the Win32 version.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@149 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-13 00:35:20 +00:00
sam
b12222213e
* Removed references to NOMAIN.
...
* Replaced / with \ under Win32.
* The Win32 version looks for .scm files in the scm subdirectory of the
executable's current directory.
git-svn-id: svn://svn.zoy.org/elk/trunk@148 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-13 00:34:58 +00:00
sam
892fa3085f
* Made SVN ignore temporary files.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@147 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-11 20:46:50 +00:00
sam
c30569f5be
* Preparing new release.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@146 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-11 20:44:17 +00:00
sam
be26c4f8fd
* Allocate a console under Win32, and wait for user input before closing it.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@145 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-11 10:09:27 +00:00
sam
a889fdb955
* Install PostScript documentation into /usr/share/doc/elk/ps/.
...
git-svn-id: svn://svn.zoy.org/elk/trunk@144 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-11 08:47:10 +00:00
sam
3077766693
* configure.ac:
...
+ Check for awk and groff.
+ Only build documentation if groff was found.
* debian/rules:
+ Move .ps documentation to the elkdoc package.
* doc/*:
+ Removed *.ps files from CVS.
+ Added proper build rules for *.ps files.
git-svn-id: svn://svn.zoy.org/elk/trunk@143 55e467fa-43c5-0310-a8a2-de718669efc6
2003-09-11 08:21:49 +00:00