mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-11 14:21:10 +02:00
*** empty log message ***
This commit is contained in:
parent
0534158ad0
commit
adb8c0f235
2 changed files with 7 additions and 0 deletions
4
NEWS
4
NEWS
|
@ -31,6 +31,10 @@ compare their values. This is no longer done. Variables are now only
|
|||
You can now use an empty `begin' form. It will yield #<unspecified>
|
||||
when evaluated and simply be ignored in a definition context.
|
||||
|
||||
** Removed: substring-move-left!, substring-move-right!
|
||||
|
||||
Use `substring-move!' instead.
|
||||
|
||||
* Changes to the C interface
|
||||
|
||||
** New function: scm_str2string
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
2001-11-13 Marius Vollmer <mvo@zagadka.ping.de>
|
||||
|
||||
* strop.h, strop.c (scm_substring_move_left_x,
|
||||
scm_substring_move_right_x): Removed.
|
||||
|
||||
* __scm.h (HAVE_UINTPTR_T, HAVE_PTRDIFF_T, HAVE_LONG_LONG,
|
||||
HAVE_LONG_LONGS): Define to "1" when defining them, to mirror what
|
||||
configure does.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue