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:
parent
db5614083d
commit
9e2310a80c
3 changed files with 5 additions and 4 deletions
5
NEWS
5
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
|
1.2 now adds back the most commonly used functions, and supports all
|
||||||
of SCSH's regular expression functions. They are:
|
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
|
** Guile now provides information on how it was built, via the new
|
||||||
global variable, %guile-build-info. This variable records the values
|
global variable, %guile-build-info. This variable records the values
|
||||||
of the standard GNU makefile directory variables as an assocation
|
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)"
|
guile -c "(display (assq-ref %guile-build-info 'libdir)) (newline)"
|
||||||
|
|
||||||
|
|
||||||
*** [[get docs from Tim?]]
|
|
||||||
|
|
||||||
* Changes to the gh_ interface
|
* Changes to the gh_ interface
|
||||||
|
|
||||||
* Changes to the scm_ interface
|
* Changes to the scm_ interface
|
||||||
|
|
1
RELEASE
1
RELEASE
|
@ -28,6 +28,7 @@ HP/UX (gcc, HP cc) --- nutrimat.gnu.ai.mit.edu
|
||||||
b) Update NEWS and the Texinfo documentation as appropriate.
|
b) Update NEWS and the Texinfo documentation as appropriate.
|
||||||
c) Remove the user-visible markers from the log entries once they're
|
c) Remove the user-visible markers from the log entries once they're
|
||||||
documented.
|
documented.
|
||||||
|
d) Check for any [[incomplete]] sections of NEWS.
|
||||||
3) Scan output from `cvs log' to find files that have changed a lot, but
|
3) Scan output from `cvs log' to find files that have changed a lot, but
|
||||||
do not have up-to-date copyright notices.
|
do not have up-to-date copyright notices.
|
||||||
4) Update the version numbers in GUILE-VERSION, and README, to remove the
|
4) Update the version numbers in GUILE-VERSION, and README, to remove the
|
||||||
|
|
|
@ -1,10 +1,9 @@
|
||||||
Tue Jun 24 00:29:07 1997 Jim Blandy <jimb@floss.red-bean.com>
|
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.
|
FLAGS arguments.
|
||||||
(scm_init_regex_posix): Define constants for the REG_mumble flags;
|
(scm_init_regex_posix): Define constants for the REG_mumble flags;
|
||||||
name them according to the SCSH convention: regexp/mumble.
|
name them according to the SCSH convention: regexp/mumble.
|
||||||
|
|
||||||
* regex-posix.h (scm_make_regexp, scm_regexp_exec): Update prototypes.
|
* 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>
|
Mon Jun 23 18:44:49 1997 Jim Blandy <jimb@floss.red-bean.com>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue