Dirk Herrmann
5eec27e9c5
* numbers.c (scm_divide): Fix more division by zero errors.
2001-11-22 21:30:24 +00:00
Gary Houston
a5dc23a7a5
* HACKING: Modified the Hacking It Yourself section. Removed the
...
version numbers from the tools.
2001-11-22 00:11:37 +00:00
Gary Houston
73edb48a69
*** empty log message ***
2001-11-21 23:39:51 +00:00
Gary Houston
9c4e8e366b
Removed reference to no longer practiced * in ChangeLog convention.
2001-11-21 23:38:43 +00:00
Gary Houston
8978878fd8
* Makefile.am (OMIT_DEPENDENCIES): removed, since it seems to be
...
obsolete. autogen.sh says:
invalid unused variable name: `OMIT_DEPENDENCIES'
2001-11-21 23:35:15 +00:00
Dirk Herrmann
1b3a7932ca
* tests/numbers.test: Added division by zero tests.
2001-11-21 23:25:40 +00:00
Dirk Herrmann
164826d3ae
* numbers.c (scm_divide): Fix (/ 0). Thanks to Keith Wright for
...
reporting the bug.
2001-11-21 23:23:53 +00:00
Marius Vollmer
e317a693ce
*** empty log message ***
2001-11-21 20:23:58 +00:00
Marius Vollmer
738ec091d6
(install-exec-hook): Prepend $(DESTDIR) to filename. Thanks to Eric
...
Gillespie, Jr!
2001-11-21 20:23:12 +00:00
Marius Vollmer
84aff7a7f2
*** empty log message ***
2001-11-21 20:22:01 +00:00
Marius Vollmer
b27b814d4c
(install-exec-hook): Prepend $(DESTDIR) to filename. Thanks to Eric
...
Gillespie, Jr!
2001-11-21 20:21:39 +00:00
Stefan Jahn
6063dc1ddd
2001-11-21 Stefan Jahn <stefan@lkcc.org>
...
* win32-socket.c (getservent, setservent, endservent,
getprotoent, setprotoent, endprotoent): New functions.
Appropriate replacements for M$-Windows.
* numbers.c (SIZE_MAX, PTRDIFF_MAX, PTRDIFF_MIN): Reintroduced
these definitions for GUILE_DEBUG.
* net_db.c: Include "win32-socket.h" if compiling with a native
M$-Windows compiler. Include some pieces of code (protoent and
servent interface) protected by HAVE_* macros when using a
native M$-Windows compiler.
2001-11-21 07:59:53 +00:00
Marius Vollmer
46f9303e98
*** empty log message ***
2001-11-20 22:53:00 +00:00
Marius Vollmer
3f831f22ae
(scm_c_export): Do nothing when the first argument is already the
...
terminating NULL. Thanks to Han-Wen Nienhuys!
2001-11-20 22:52:46 +00:00
Marius Vollmer
351982f656
*** empty log message ***
2001-11-20 22:45:37 +00:00
Marius Vollmer
eb880cef29
(scm_c_export): Do nothing when the first argument is
...
already the terminating NULL. Thanks to Han-Wen Nienhuys!
2001-11-20 22:45:24 +00:00
Thien-Thi Nguyen
782f169b37
*** empty log message ***
2001-11-20 12:37:18 +00:00
Thien-Thi Nguyen
eb4c205c03
(libpath.h): In SCM_BUILD_INFO, also include `buildstamp'.
2001-11-20 12:36:21 +00:00
Thien-Thi Nguyen
19a35d19d9
*** empty log message ***
2001-11-20 12:32:00 +00:00
Thien-Thi Nguyen
49d9ca522c
(Install Config):
...
Tweak `%load-path' verb to not imply it's a proc.
Add documentation for `%guile-build-info'.
2001-11-20 12:30:26 +00:00
Thien-Thi Nguyen
849038b542
*** empty log message ***
2001-11-20 10:54:56 +00:00
Thien-Thi Nguyen
54f16aecf9
(libpath.h): In SCM_BUILD_INFO, also include `buildstamp'.
2001-11-20 10:53:19 +00:00
Thien-Thi Nguyen
0a3c6bb22a
*** empty log message ***
2001-11-20 00:24:55 +00:00
Thien-Thi Nguyen
01f27b2402
*** empty log message ***
2001-11-19 23:31:13 +00:00
Thien-Thi Nguyen
ccee9ab13d
*** empty log message ***
2001-11-19 23:29:45 +00:00
Thien-Thi Nguyen
2cef26c58a
(11): Set "fixed: no-need".
2001-11-19 23:26:36 +00:00
Thien-Thi Nguyen
30bce757a1
*** empty log message ***
2001-11-19 23:08:47 +00:00
Thien-Thi Nguyen
07a245bc20
(11): Set "fixed: no-need".
2001-11-19 23:08:02 +00:00
Neil Jerram
d4e5a409a5
* Improve doc on variables and definitions.
2001-11-19 22:28:58 +00:00
Thien-Thi Nguyen
d0eeda8563
*** empty log message ***
2001-11-19 22:10:57 +00:00
Thien-Thi Nguyen
78b1e5ad61
Initial revision
2001-11-19 22:09:34 +00:00
Thien-Thi Nguyen
e1d62be2b7
*** empty log message ***
2001-11-19 21:57:27 +00:00
Thien-Thi Nguyen
78864a355c
Use less forking for indexing command.
...
Update index.
2001-11-19 21:55:57 +00:00
Thien-Thi Nguyen
97f439ab73
*** empty log message ***
2001-11-19 21:45:56 +00:00
Thien-Thi Nguyen
ee125338e4
(write emacs/patch.el): New item for 1.8.0, self-assigned.
2001-11-19 21:43:53 +00:00
Thien-Thi Nguyen
7818cea42f
When run as a batch program, invoke `(ucl-update "ChangeLog")'
...
instead of `(ucl-update-all)'.
(ucl-outdir): Delete this var.
(ucl-update): Arg now specifies change log file
instead of cvs module directory.
Make interactive.
(ucl-update-all): Delete this func.
2001-11-19 21:37:48 +00:00
Rob Browning
112ecb5207
*** empty log message ***
2001-11-19 20:40:39 +00:00
Rob Browning
525c3112c8
* Makefile.am (libqthreads_la_LDFLAGS): add -no-undefined from
...
unstable branch.
2001-11-19 20:40:13 +00:00
Rob Browning
747c254815
* Makefile.am (libguile_la_LDFLAGS): port changes from 1.7 branch
...
to use --no-undefined and to link libguile against qthreads,
rather than the guile app.
2001-11-19 20:37:58 +00:00
Rob Browning
c2fa5e5791
* readline.scm: load libguilereadline, not libguilereadline.so --
...
newer libltdl won't work otherwise.
2001-11-19 20:37:20 +00:00
Rob Browning
f4a4206647
* Makefile.am (libguilereadline_la_LIBADD): add libguile.la --
...
fix from unstable branch.
2001-11-19 20:35:40 +00:00
Rob Browning
7de4c19c49
* configure.in: switch to AC_LIBLTDL_INSTALLABLE so we'll use the
...
system libltdl when it's available. Aside from the normal reasons
to prefer installed shared libs, this means other apps that link
with libguile and also use libltdl will be more likely to work
right.
2001-11-19 20:34:35 +00:00
Thien-Thi Nguyen
817c6eca8b
Initial revision
2001-11-19 08:55:38 +00:00
Thien-Thi Nguyen
0aded5b003
bye bye
2001-11-19 08:39:24 +00:00
Thien-Thi Nguyen
e12cfbc65c
A little birdie from cobalt sang in my ear.
...
As guilish developers uploaded, disappeared.
Thunderous silence?
Mail server grievance?
Mangle that process (son), but don't drink the beer.
2001-11-19 07:12:22 +00:00
Thien-Thi Nguyen
ebc43ccb6d
(patch-send): Renamed from `patch-submit'.
...
Gadzooks what kind of world is this?
2001-11-19 06:59:38 +00:00
Rob Browning
3faa54e7dd
*** empty log message ***
2001-11-19 06:30:38 +00:00
Rob Browning
097914898d
* configure.in: switch to AC_LIBLTDL_INSTALLABLE so we'll use the
...
system libltdl when it's available. Aside from the normal reasons
to prefer installed shared libs, this means other apps that link
with libguile and also use libltdl will be more likely to work
right.
2001-11-19 06:30:29 +00:00
Rob Browning
6acaff8204
* version.h.in
...
(SCM_MAJOR_VERSION): renamed from SCM_GUILE_MAJOR_VERSION.
(SCM_MINOR_VERSION): renamed from SCM_GUILE_MINOR_VERSION.
(SCM_MICRO_VERSION): renamed from SCM_GUILE_MICRO_VERSION.
2001-11-18 23:04:32 +00:00
Rob Browning
76f33258bb
* version.c
...
(s_scm_major_version): use SCM_MAJOR_VERSION.
(s_scm_minor_version): use SCM_MINOR_VERSION.
(s_scm_micro_version): use SCM_MICRO_VERSION.
(s_scm_version): use SCM_MAJOR_VERSION, SCM_MINOR_VERSION, and
SCM_MICRO_VERSION.
2001-11-18 23:04:10 +00:00