Kevin Ryde
5209e7379c
Add a copyright year from the cvs logs.
2004-02-28 20:21:40 +00:00
Kevin Ryde
1c73f27eec
*** empty log message ***
2004-02-28 19:56:12 +00:00
Kevin Ryde
d542852e69
(scm_execl, scm_execlp, scm_execle): Avoid memory leak under error throw.
2004-02-28 19:50:09 +00:00
Kevin Ryde
ccad5f61c0
(scm_localtime, scm_gmtime, scm_mktime): Provide a default
...
errno EINVAL in case localtime and gmtime don't set it.
(scm_mktime, scm_strptime): Forcibly use errno EINVAL for our
SCM_SYSERROR, since mktime and strptime generally don't set errno.
2004-02-28 19:09:19 +00:00
Kevin Ryde
46da76382d
*** empty log message ***
2004-02-21 21:24:02 +00:00
Kevin Ryde
0dcddc2da9
(scm_crypt): Use new HAVE_CRYPT.
...
(<crypt.h>): Remove HAVE_LIBCRYPT condition.
Reported by Andreas Voegele.
2004-02-21 21:23:11 +00:00
Kevin Ryde
027ba03718
*** empty log message ***
2004-02-18 00:24:07 +00:00
Kevin Ryde
fbfb6f8529
(scm_shell_usage): Print to stdout for --help, per GNU standard.
2004-02-18 00:23:16 +00:00
Kevin Ryde
5bc692ff08
Add some copyright years, based on the cvs revs.
2004-02-16 00:02:12 +00:00
Kevin Ryde
5c281bfe6a
*** empty log message ***
2004-02-15 23:58:51 +00:00
Kevin Ryde
5bed7240ee
(scm_list_n): Add va_end.
2004-02-15 23:53:00 +00:00
Kevin Ryde
f247f12115
*** empty log message ***
2004-02-15 23:50:52 +00:00
Kevin Ryde
1ffbc57205
(scm_shell_usage): Print bug-guile email address, as per
...
GNU standard. Reported by Han-Wen Nienhuys.
2004-02-15 23:50:14 +00:00
Marius Vollmer
2e98092b11
*** empty log message ***
2004-02-13 00:10:19 +00:00
Marius Vollmer
4287b58f05
(scm_cmp_function): Always return applyless, do not try to be clever.
...
(subr2less, subr2oless, lsubrless, closureless): Removed.
2004-02-13 00:08:41 +00:00
Marius Vollmer
fdad52193f
*** empty log message ***
2004-02-12 23:56:55 +00:00
Kevin Ryde
006528b4c6
*** empty log message ***
2004-02-11 22:20:26 +00:00
Kevin Ryde
cd18429baf
(scm_array_p): Add missing "break"s in switch, fix llvect
...
test look for "l" not "s", fix fvect need NIMP before singp, fix dvect
to be false for singp(prot) since such a value is for fvect.
2004-02-11 22:19:30 +00:00
Rob Browning
57c5d82d6a
*** empty log message ***
2004-01-13 16:56:46 +00:00
Rob Browning
f801adf122
(numbers.lo): remove -Werror for now since gcc 3.3 will choke.
...
(eval.lo): remove -Werror for now since gcc 3.3 will choke.
2004-01-13 16:55:31 +00:00
Marius Vollmer
12819d6108
Instead of the non-portable mktemp, use mkdir to create a unique
...
temporary directory that we can safely use. Thanks to Stefan
Nordhausen!
2004-01-10 23:29:56 +00:00
Marius Vollmer
6d98b00b50
*** empty log message ***
2004-01-10 21:26:06 +00:00
Marius Vollmer
f38ea16b00
Use mktemp to create a truely unique temporary file name. Thanks to
...
Stefan Nordhausen!
2004-01-10 21:25:34 +00:00
Kevin Ryde
ef16ee6664
*** empty log message ***
2004-01-06 23:35:37 +00:00
Kevin Ryde
e14ddc74de
(scm_aind): Test SCM_CONSP rather than !SCM_NULLP while
...
traversing the args list, fixes segv if an improper list is given.
Reported by Rouben Rostamian.
2004-01-06 23:34:54 +00:00
Kevin Ryde
bc63ff8bce
Add a copyright year.
2004-01-06 23:32:26 +00:00
Marius Vollmer
6d1c8614ac
*** empty log message ***
2003-11-21 17:13:53 +00:00
Marius Vollmer
331bacec19
(scm_drain_input): Bug fix: only access the port after checking that
...
it indeed is one.
2003-11-21 17:13:25 +00:00
Marius Vollmer
dd6f4cff17
*** empty log message ***
2003-11-13 18:45:12 +00:00
Marius Vollmer
b8d889443e
(scm_get_stack_base): Provide a definition that return NULL when the
...
machine type is unknown. Previously, gc_os_dep.c would refuse to
compile.
2003-11-13 18:44:29 +00:00
Kevin Ryde
8cd1f2452e
*** empty log message ***
2003-11-08 22:21:34 +00:00
Kevin Ryde
c3b5e1988c
(scm_dynamic_unlink): Need scm_list_1 on error message
...
argument. Reported by Mike Gran.
2003-11-08 22:20:54 +00:00
Rob Browning
e9af43516a
*** empty log message ***
2003-10-11 21:39:16 +00:00
Rob Browning
b2e64b4cdd
(s_scm_append): add patch from Kevin Ryde to track argnum
...
in error messages.
2003-10-11 21:37:03 +00:00
Kevin Ryde
a629681215
*** empty log message ***
2003-10-01 23:43:10 +00:00
Kevin Ryde
029328497d
*** empty log message ***
2003-10-01 23:32:45 +00:00
Kevin Ryde
5486021ac3
(scm_call_with_output_string): scm_get_output_string
...
rather than scm_strport_to_string, so as to guard against the port
having been closed by the called procedure.
2003-10-01 23:32:09 +00:00
Rob Browning
c91207a1b2
*** empty log message ***
2003-10-01 19:52:06 +00:00
Rob Browning
0d153cd460
(scm_done_malloc): fix sign error in scm_malloc_done, was
...
comparing (scm_mallocated < size) when scm_mallocated is unsigned
and size is signed, and size is known to be negative.
2003-10-01 19:51:43 +00:00
Rob Browning
9d58732f52
*** empty log message ***
2003-09-27 04:22:09 +00:00
Marius Vollmer
e721987c47
*** empty log message ***
2003-09-12 15:32:46 +00:00
Marius Vollmer
deddb10425
* continuations.h: Include <ucontext.h> on IA64 instead of
...
<sys/ucontext.h>.
* continuations.c (scm_make_continuation): Use ia64_getcontext
instead of getcontext on IA64.
2003-09-12 15:32:15 +00:00
Kevin Ryde
434a0e3312
*** empty log message ***
2003-09-02 23:02:22 +00:00
Kevin Ryde
147e47c884
(scm_lognot): Correction to docstring, ones-complement not 2s-complement.
2003-09-02 23:01:38 +00:00
Kevin Ryde
cb9e3da7a2
*** empty log message ***
2003-08-08 23:19:03 +00:00
Kevin Ryde
1eea44481c
(scm_source_properties): Return plist from hash if it's a
...
list set by source-properties! rather than an SRCPROPS object,
2003-08-08 23:09:49 +00:00
Han-Wen Nienhuys
5a6432a012
(scm_must_realloc): bugfix: do mtrigger before
...
realloc. Thanks to Sam Hocevar for reporting this bug
2003-07-17 11:19:16 +00:00
Marius Vollmer
42a67b6510
*** empty log message ***
2003-06-09 22:14:45 +00:00
Marius Vollmer
60ae1e12a5
(scm_get_stack_base): New version using __libc_stack_end, when
...
available.
2003-06-09 22:14:02 +00:00
Marius Vollmer
842d510f73
*** empty log message ***
2003-04-19 11:18:10 +00:00