mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-29 19:30:36 +02:00
*** empty log message ***
This commit is contained in:
parent
8878f04033
commit
3243bcc0c7
2 changed files with 5 additions and 1 deletions
2
HACKING
2
HACKING
|
@ -211,7 +211,7 @@ can never tell which name the entry will refer to. Instead, write this:
|
|||
|
||||
Changes like adding this line are special:
|
||||
|
||||
SCM_PROC (s_serial_map, "serial-map", 2, 0, 1, scm_map);
|
||||
SCM_PROC (s_map_in_order, "map-in-order", 2, 0, 1, scm_map);
|
||||
|
||||
Since the change here is about the name itself --- we're adding a new
|
||||
alias for scm_map that guarantees the order in which we process list
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
2000-06-15 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
|
||||
|
||||
* eval.c: Updated comment above scm_map.
|
||||
|
||||
2000-06-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
|
||||
|
||||
* gc.c (scm_protect_object): Avoid looking up the object handle
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue