1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-29 16:30:19 +02:00

*** empty log message ***

This commit is contained in:
Jim Blandy 1997-06-24 05:43:29 +00:00
parent db5614083d
commit 9e2310a80c
3 changed files with 5 additions and 4 deletions

5
NEWS
View file

@ -164,6 +164,9 @@ distribution, and thus Guile had no regular expression support. Guile
1.2 now adds back the most commonly used functions, and supports all
of SCSH's regular expression functions. They are:
*** [[get stuff from Tim's documentation]]
*** [[mention the regexp/mumble flags]]
** Guile now provides information on how it was built, via the new
global variable, %guile-build-info. This variable records the values
of the standard GNU makefile directory variables as an assocation
@ -174,8 +177,6 @@ installed, you can say:
guile -c "(display (assq-ref %guile-build-info 'libdir)) (newline)"
*** [[get docs from Tim?]]
* Changes to the gh_ interface
* Changes to the scm_ interface

View file

@ -28,6 +28,7 @@ HP/UX (gcc, HP cc) --- nutrimat.gnu.ai.mit.edu
b) Update NEWS and the Texinfo documentation as appropriate.
c) Remove the user-visible markers from the log entries once they're
documented.
d) Check for any [[incomplete]] sections of NEWS.
3) Scan output from `cvs log' to find files that have changed a lot, but
do not have up-to-date copyright notices.
4) Update the version numbers in GUILE-VERSION, and README, to remove the

View file

@ -1,10 +1,9 @@
Tue Jun 24 00:29:07 1997 Jim Blandy <jimb@floss.red-bean.com>
* regex-posix.c (scm_make_regexp, scm_regexp_exec): Add optional
* * regex-posix.c (scm_make_regexp, scm_regexp_exec): Add optional
FLAGS arguments.
(scm_init_regex_posix): Define constants for the REG_mumble flags;
name them according to the SCSH convention: regexp/mumble.
* regex-posix.h (scm_make_regexp, scm_regexp_exec): Update prototypes.
Mon Jun 23 18:44:49 1997 Jim Blandy <jimb@floss.red-bean.com>