Marius Vollmer
16eefe8daa
Bumped all versions for the 1.7.1 release. Added LIBGUILE_*_MAJOR
...
variables for inclusion in the names of shared libraries such as
"libguile-srfi-srfi-1-v-MAJOR.la". Removed LIBQTHREADS_*.
2004-08-26 15:08:44 +00:00
Marius Vollmer
cad4775f01
*** empty log message ***
2004-08-26 14:59:44 +00:00
Marius Vollmer
c9dc8c6cec
Additions.
2004-08-25 19:03:14 +00:00
Marius Vollmer
c310ad4f20
Typos fixed. Use existing functions in explaining symbol and keyword
...
snarfer.
2004-08-25 19:02:34 +00:00
Marius Vollmer
41e4b9926d
*** empty log message ***
2004-08-25 17:22:52 +00:00
Marius Vollmer
70bb81136d
Removed things that are no longer true. Updated in general.
2004-08-25 17:22:38 +00:00
Marius Vollmer
b0d10ba69f
Tidied up somewhat.
2004-08-25 17:22:14 +00:00
Marius Vollmer
c08d10f5f3
Include srfi-13.h and srfi-14.h, do not include strop.h.
2004-08-25 17:21:04 +00:00
Marius Vollmer
19ff6ffc06
*** empty log message ***
2004-08-25 16:04:30 +00:00
Marius Vollmer
3731fc6718
* srfi-13.c: First cut at thread-safeness and proper use of
...
scm_i_string_chars et al. Copious scm_remember_upto_heres have
been inserted. Made sure that no internal string pointer is used
across a SCM_TICK or a possible GC.
2004-08-25 16:04:09 +00:00
Marius Vollmer
ce25760f07
*** empty log message ***
2004-08-25 13:49:48 +00:00
Marius Vollmer
7311b3e838
(scm_compile_shell_switches): Use scm_from_locale_string instead of
...
scm_makfrom0str.
2004-08-25 13:47:52 +00:00
Marius Vollmer
2562032b61
(scm_string_rindex): Export to Scheme, as it has always been.
2004-08-25 13:42:04 +00:00
Marius Vollmer
ecedc0ca1b
*** empty log message ***
2004-08-25 13:41:14 +00:00
Marius Vollmer
4a3057fc1e
Correct xref to SRFI-13, now points to node Strings.
2004-08-25 13:40:53 +00:00
Marius Vollmer
5676b4fab7
Moved docs for SRFI-14 into main API chapter. Updated docstrings from
...
libguile/.
2004-08-25 13:40:21 +00:00
Marius Vollmer
f2b9c48b64
Left inf? in its place, since wants to be here so much.
2004-08-25 13:39:26 +00:00
Marius Vollmer
3d1f24d1f8
Synced from libguile/
2004-08-25 13:38:37 +00:00
Kevin Ryde
c4c3360b28
*** empty log message ***
2004-08-25 01:08:14 +00:00
Kevin Ryde
4b0ad1f43f
*** empty log message ***
2004-08-25 01:07:35 +00:00
Kevin Ryde
93827cbd87
More tests, in particular exercise #t result on empty body.
2004-08-25 01:04:40 +00:00
Kevin Ryde
3fe213f8f1
(and-let*): Give #t for an empty body, per srfi-2
...
spec, previously came out as an empty (begin).
2004-08-25 00:46:59 +00:00
Marius Vollmer
479357a63d
*** empty log message ***
2004-08-24 23:37:07 +00:00
Marius Vollmer
f3f16cf64b
(docstring-process-alist): Consider entries in reverse order. That
...
puts them in new-docstrings.texi in the same order as in the C source.
2004-08-24 23:36:56 +00:00
Marius Vollmer
5354f4abfd
Corrected reference to srfi-14, which is now elsewhere.
2004-08-24 23:34:24 +00:00
Marius Vollmer
050ab45f56
Moved docs for SRFI-14 into main API chapter. Updated docstrings from
...
libguile/.
2004-08-24 23:33:39 +00:00
Marius Vollmer
8fc71812fc
More deprecated entries.
2004-08-24 23:32:28 +00:00
Marius Vollmer
5499bd7f55
Removed scm_inf_p.
2004-08-24 23:32:10 +00:00
Marius Vollmer
c5080b5189
*** empty log message ***
2004-08-24 22:25:02 +00:00
Marius Vollmer
4a276c08e3
(%cond-expand-features): Addef srfi-13 and srfi-14.
2004-08-24 22:20:47 +00:00
Marius Vollmer
0081b349c8
* srfi-13.scm, srfi-14.scm: Simply re-export the relevant
...
bindings.
* srfi-13.h, srfi-13.c, srfi-14.h, srfi-14.c: Removed all real
content except for the init functions.
2004-08-24 22:19:21 +00:00
Marius Vollmer
7aa29a87f9
Two more tests for double indirect substring modification.
2004-08-24 22:14:57 +00:00
Marius Vollmer
1206efbe07
* symbols.h, symbols.c (scm_string_ci_to_symbol): Moved here, next
...
to scm_string_to_symbol.
* deprecated.c, load.c, posix.c, unif.c, symbols.c: Include
"srfi-13.h" instead of "strop.h".
2004-08-24 22:13:27 +00:00
Marius Vollmer
2c0b7c1fa0
(scm_string_equal_p, scm_string_ci_equal_p, scm_string_less_p,
...
scm_string_leq_p, scm_string_gr_p, scm_string_geq_p,
scm_string_ci_less_p, scm_string_ci_leq_p, scm_string_ci_gr_p,
scm_string_ci_geq_p): Use scm_string_eq, etc instead of explicit code.
2004-08-24 22:13:14 +00:00
Marius Vollmer
ad45f6b325
(scm_init_guile_1): Call scm_init_srfi_13 and scm_init_srfi_14. Do
...
not call scm_init_strop.
2004-08-24 22:13:07 +00:00
Marius Vollmer
1fdbbd4cd6
(scm_char_alphabetic_p, scm_char_numeric_p, scm_char_whitespace_p,
...
scm_upper_case_p, scm_lower_case_p, scm_char_is_both_p): Use
scm_char_set_contains_p with the proper charset instead of libc
functions.
2004-08-24 22:12:59 +00:00
Marius Vollmer
c44ca4fe75
Include "srfi-13.h" instead of "strop.h".
2004-08-24 22:12:37 +00:00
Marius Vollmer
63181a97f5
* srfi-13.c, srfi-13.h, srfi-14.c, srfi-14.h: New files.
...
* strop.h, strop.c: Removed, they are now empty.
* Makefile.am: Updated for new and removed files.
2004-08-24 22:12:08 +00:00
Marius Vollmer
4b0d27f266
*** empty log message ***
2004-08-24 16:44:00 +00:00
Marius Vollmer
b1092b3aaf
(scm_inf_p): Synced docstring back from manual.
2004-08-24 16:43:50 +00:00
Marius Vollmer
0d2bfbad6e
Copied from libguile/guile.texi.
2004-08-24 16:43:07 +00:00
Marius Vollmer
cdf1ad3bc9
Ran a (docstring-process-module "(guile)") and moved entries from
...
new-docstrings.texi to their appropriate place.
2004-08-24 16:40:54 +00:00
Marius Vollmer
12eec8a828
New file.
2004-08-24 16:37:25 +00:00
Marius Vollmer
5e46627311
*** empty log message ***
2004-08-23 10:51:43 +00:00
Marius Vollmer
87cc0e0cac
Replaced all "@c module" markers with "@c module-for-docstring",
...
making it less likely to collide with a real commentary.
2004-08-23 10:51:23 +00:00
Marius Vollmer
0ac467456b
* lib.scm (exception:used-before-define): New.
...
* tests/syntax.test ("letrec"): Use it.
2004-08-23 10:48:51 +00:00
Marius Vollmer
3ece39d651
*** empty log message ***
2004-08-22 19:31:32 +00:00
Marius Vollmer
fcb8ba8ce7
(Invoking Guile): documented new '-L' switch.
2004-08-22 19:30:04 +00:00
Marius Vollmer
e1b29f6a58
(get_str_buf_start): New helper function.
...
(scm_i_substring, scm_i_substring_copy, scm_i_substring_shared,
scm_i_string_char, scm_i_string_writable_chars): Use it.
(scm_i_substring_copy): Make START argument optional for C
callers, for upcoming SRFI-13 integration.
2004-08-22 19:29:19 +00:00
Marius Vollmer
caa29067e7
(scm_compile_shell_switches): added '-L' switch to add to the
...
%load-path.
2004-08-22 19:25:51 +00:00