1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00
Commit graph

11 commits

Author SHA1 Message Date
Ludovic Courtès
1a3e316c32 Remove traces of 'scm_memory_error'.
'scm_memory_error' was deprecated in 2014 in commit
c2247b782a and removed in 2017 in commit
c248ea10be.  This is a followup.

* libguile/error.h (SCM_MEMORY_ERROR): Remove.
* doc/guile-api.alist: Remove 'scm_memory_error'.
* doc/ref/api-control.texi (Handling Errors): Likewise.
(Dynamic Wind): Use 'scm_misc_error' instead of 'scm_memory_error'.
2020-02-10 00:10:10 +01:00
Daniel Llorens
d09b201d59 Deprecate scm_array_fill_int()
* libguile/array-map.h, libgule/array-map.c: move scm_array_fill_int
  to the deprecated section.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2013-04-05 22:54:14 +02:00
Andy Wingo
921cd222b9 deprecate SCM_CHAR_CODE_LIMIT and char-code-limit
* libguile/__scm.h:
* libguile/deprecated.h (SCM_CHAR_CODE_LIMIT): Move declaration here
  from __scm.h.

* libguile/feature.c:
* module/ice-9/deprecated.scm (char-code-limit): Move definition here.

* test-suite/tests/regexp.test: Update to not use char-code-limit.
2013-01-10 16:01:06 +01:00
Thien-Thi Nguyen
bbccda7e3e Update. 2002-05-12 05:29:39 +00:00
Thien-Thi Nguyen
689c126449 Update. 2002-05-11 19:47:07 +00:00
Thien-Thi Nguyen
e0dcd99b08 Update. 2002-05-09 23:06:40 +00:00
Thien-Thi Nguyen
3161de0f0c Update. 2002-05-08 22:08:23 +00:00
Thien-Thi Nguyen
dc78ae2a34 Update. 2002-04-23 22:29:23 +00:00
Thien-Thi Nguyen
2f908075a5 Remove "pwd" meta info. 2002-03-01 08:35:15 +00:00
Thien-Thi Nguyen
039576cf09 Update. 2002-03-01 07:37:43 +00:00
Thien-Thi Nguyen
8121c27d3e Initial revision 2002-02-15 21:38:11 +00:00