diff options
author | Jim Blandy <jimb@red-bean.com> | 1997-06-24 05:43:29 +0000 |
---|---|---|
committer | Jim Blandy <jimb@red-bean.com> | 1997-06-24 05:43:29 +0000 |
commit | 9e2310a80c5e215c9bc6b58f1d03cdc2f2dacb74 (patch) | |
tree | 485a82ca0f548175f1371954cb8cde4ed0fafe07 | |
parent | db5614083d9fb7978fd4d9bf527c498f4e54e3cf (diff) | |
download | guile-9e2310a80c5e215c9bc6b58f1d03cdc2f2dacb74.tar.gz |
*** empty log message ***
-rw-r--r-- | NEWS | 5 | ||||
-rw-r--r-- | RELEASE | 1 | ||||
-rw-r--r-- | libguile/ChangeLog | 3 |
3 files changed, 5 insertions, 4 deletions
@@ -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 @@ -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 <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> |