diff --git a/NEWS b/NEWS index 12f9536f4..5ced2acc8 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/RELEASE b/RELEASE index c1716b04b..111b2d7bb 100644 --- a/RELEASE +++ b/RELEASE @@ -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 diff --git a/libguile/ChangeLog b/libguile/ChangeLog index ac5149430..5efa02377 100644 --- a/libguile/ChangeLog +++ b/libguile/ChangeLog @@ -1,10 +1,9 @@ Tue Jun 24 00:29:07 1997 Jim Blandy - * 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