public inbox for guile-cvs@sourceware.org
help / color / mirror / Atom feed
* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-15 22:21 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-15 22:21 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/egcs/carton/guile-home/cvsfiles
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/15 22:21:07

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 check_mb.c mb.c mb.h 
	                     mbbasic.c mbconv.c mbconv.h 

Log message:
	* mb.c, mb.h, mbconv.c, mbconv.h, mbbasic.c, check_mb.c:
	(scm_mb_char_len): Renamed from scm_mb_len_char.
	(scm_mb_char_len_func): Renamed from scm_mb_len_char_func.
	(scm_mb_put, scm_mb_put_func): Swapped arguments, so destination
	comes first.
	(scm_mb_iconv_too_big): Renamed from scm_mb_iconv_more_room.


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-10  8:44 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-10  8:44 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/egcs/carton/guile-home/cvsfiles
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/10 08:44:34

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 ChangeLog 

Log message:
	


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-10  8:44 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-10  8:44 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/egcs/carton/guile-home/cvsfiles
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/10 08:44:08

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 mb.c 

Log message:
	* mb.c (scm_mb_get_func): Don't use IS_ASCII_CHAR here --- that
	predicate is for scm_char_t values, not bytes.


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-10  8:42 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-10  8:42 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/egcs/carton/guile-home/cvsfiles
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/10 08:41:55

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 mbconv.c 

Log message:
	* mbconv.c (scm_mb_iconv): Make buffer pointer for output encoding
	a const scm_char_t *, to match the prototype.
	
	* mbconv.c (scm_mb_iconv): Don't return scm_mb_iconv_more_room
	unless we actually have text to convert.  Remember that, even if
	*inbytesleft is zero, there may be text remaining in the context's
	buffer.


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-10  8:42 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-10  8:42 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/egcs/carton/guile-home/cvsfiles
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/10 08:42:05

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 mbemacs.h 

Log message:
	* mb.h (scm_mb_put): Revert previous change; the argument to this
	macro should be an scm_char_t, so the comparison is correct as it
	stands.
	* mbemacs.h (IS_ASCII_CHAR): Similar change --- cast to unsigned,
	not unsigned char.


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-10  8:41 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-10  8:41 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/egcs/carton/guile-home/cvsfiles
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/10 08:41:13

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 libguile.h 

Log message:
	* libguile.h: Add 1999 to Copyright years.
	
	* libguile.h: #include "mbconv.h".


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-10  8:41 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-10  8:41 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/egcs/carton/guile-home/cvsfiles
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/10 08:41:44

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 mbbasic.c 

Log message:
	* mbbasic.c (iso8859_read): Make the input pointers unsigned
	chars, not plain chars.  Don't use IS_ASCII_CHAR, even though it
	works, because that's for Guile characters.  Drop characters in
	the C1 control range (0x80 .. 0x9f).
	
	* mbbasic.c: Add support for the `US-ASCII' encoding.
	(us_ascii_read, us_ascii_write): New functions.
	(scm_init_mbbasic): Register it.


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-10  8:41 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-10  8:41 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/egcs/carton/guile-home/cvsfiles
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/10 08:41:25

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 mb.h 

Log message:
	* mb.h (scm_mb_put): Revert previous change; the argument to this
	macro should be an scm_char_t, so the comparison is correct as it
	stands.
	* mbemacs.h (IS_ASCII_CHAR): Similar change --- cast to unsigned,
	not unsigned char.


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-10  8:40 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-10  8:40 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/egcs/carton/guile-home/cvsfiles
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/10 08:40:47

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 check_mb.c 

Log message:
	Use our own random number generator, so the tests don't depend on
	a particular system or release.
	* check_mb.c (test_rand): New function.
	(test_rand_seed): New variable.
	(make_permutation, test_string_encodings): Use them, instead of
	srandom and random.
	
	Add tests for the conversion functions.
	* check_mb.c (all_encodings, texts): New variables.
	(struct text): New type.
	(one_conversion, test_conversions): New functions.
	(main_prog): Run the new tests.


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-10  8:28 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-10  8:28 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/egcs/carton/guile-home/cvsfiles
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/10 08:28:03

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 gh_test_c.c 
	                     gh_test_repl.c 

Log message:
	* gh_test_c.c (main_prog): Make this static, to end warnings about
	missing prototypes.
	* gh_test_repl.c (main_prog): Same.


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-06  6:52 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-06  6:52 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/06 06:51:59

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 mbemacs.h 

Log message:
	* mb.h (scm_mb_get, scm_mb_put, scm_mb_len, scm_mb_boundary_p):
	Cast character arguments to unsigned char, so we don't get weird
	behavior if the user passes in a signed char.
	* mbemacs.h (IS_ASCII_CHAR): Same.


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-06  6:50 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-06  6:50 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/06 06:50:39

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 ChangeLog 

Log message:
	


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-06  6:50 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-06  6:50 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/06 06:50:09

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 mbconv.h 

Log message:
	* mbconv.h (scm_mb_register_encoding): Add prototype for this.
	
	* mbconv.h (enum scm_mb_iconv_result): Renamed from enum
	scm_mb_iconv, because the compiler complained.  ???
	
	* mbconv.c: Incomplete beginnings of converting input and output ports.
	* mbconv.h: Declarations for same.
	
	* mbconv.h (struct scm_mb_encoding): Add `const' to inbuf argument
	to the `write' function.


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-06  6:49 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-06  6:49 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/06 06:49:23

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 mbbasic.h 

Log message:
	* mbbasic.h (scm_init_mbbasic): Make this a prototype, not a K&R
	style function declaration.


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-06  6:49 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-06  6:49 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/06 06:49:42

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 mbconv.c 

Log message:
	* mbconv.c: Incomplete beginnings of converting input and output ports.
	* mbconv.h: Declarations for same.


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-06  6:47 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-06  6:47 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/06 06:47:17

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 mb.h 

Log message:
	* mb.h (scm_mb_get, scm_mb_put, scm_mb_len, scm_mb_boundary_p):
	Cast character arguments to unsigned char, so we don't get weird
	behavior if the user passes in a signed char.
	* mbemacs.h (IS_ASCII_CHAR): Same.


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-06  6:47 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-06  6:47 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/06 06:47:30

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 mbbasic.c 

Log message:
	* mbbasic.c: Fix up ISO 8859 character set definitions.


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-06  2:31 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-06  2:31 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/06 02:31:25

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 ChangeLog 

Log message:
	


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-06  2:31 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-06  2:31 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/06 02:30:58

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 Makefile.am 
	                     Makefile.in init.c 
Added files:
	guile-core/libguile: Tag: jimb_mb_branch_1 mbbasic.c mbbasic.h 

Log message:
	* mbbasic.c, mbbasic.h: New files.
	* init.c: #include "mbbasic.h"
	* Makefile.am (libguile_la_SOURCES, BUILT_SOURCES,
	modinclude_HEADERS): Include the `mbbasic' files in the lists.
	* Makefile.in: Regenerated.


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-06  2:29 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-06  2:29 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/06 02:29:50

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 mb.c 
Added files:
	guile-core/libguile: Tag: jimb_mb_branch_1 mbemacs.h 

Log message:
	* mbemacs.h: New file, containing macros for dealing with the
	Emacs-Mule encoding.
	* mb.c: Definitions removed from here, to mbemacs.h, and #include
	mbemacs.h.


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-05 22:56 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-05 22:56 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/05 22:56:10

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 Makefile.am 
	                     Makefile.in init.c scmconfig.h.in 
Added files:
	guile-core/libguile: Tag: jimb_mb_branch_1 mbconv.c 

Log message:
	* mbconv.c: New file.
	* init.c: #include "mbconv.h".
	(scm_boot_guile_1): call scm_init_mbconv.
	* mbconv.h: Add extern declaration for scm_init_mbconv.
	* Makefile.am (libguile_la_SOURCES, BUILT_SOURCES,
	modinclude_HEADERS): Include the `mbconv' files in the lists.
	* Makefile.in: Regenerated.
	* scmconfig.h.in: Regenerated (see configure.in changes).


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-05 22:56 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-05 22:56 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/05 22:56:39

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 ChangeLog 

Log message:
	


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-05 22:55 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-05 22:55 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/05 22:55:20

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 mbconv.h 

Log message:
	* mbconv.c: New file.
	* init.c: #include "mbconv.h".
	(scm_boot_guile_1): call scm_init_mbconv.
	* mbconv.h: Add extern declaration for scm_init_mbconv.
	* Makefile.am (libguile_la_SOURCES, BUILT_SOURCES,
	modinclude_HEADERS): Include the `mbconv' files in the lists.
	* Makefile.in: Regenerated.
	* scmconfig.h.in: Regenerated (see configure.in changes).
	
	* mbconv.h: Add extern declaration for scm_text_unknown_encoding
	exception.


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-05 22:55 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-05 22:55 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/05 22:55:43

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 mb.h 

Log message:
	* mb.c (scm_text_not_char_boundary, scm_text_bad_encoding,
	scm_text_not_guile_char): Make these globally visible, and rename
	them with `scm_' at the beginning of their names.
	* mb.h: Add extern declarations.


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-05 22:53 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-05 22:53 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/05 22:53:27

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 mb.c 

Log message:
	* mb.c (scm_text_not_char_boundary, scm_text_bad_encoding,
	scm_text_not_guile_char): Make these globally visible, and rename
	them with `scm_' at the beginning of their names.
	* mb.h: Add extern declarations.
	
	* mb.c: Correct copyright notice.


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-02  6:23 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-02  6:23 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/02 06:23:03

Added files:
	guile-core/libguile: Tag: jimb_mb_branch_1 mbconv.h 

Log message:
	New file.


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-02  6:23 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-02  6:23 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/02 06:23:23

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 ChangeLog 

Log message:
	


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-02  3:47 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-02  3:47 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/02 03:47:50

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 ChangeLog 

Log message:
	


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-02  3:47 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-02  3:47 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/02 03:47:29

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 libguile.h 

Log message:
	* libguile.h: #include "mb.h".


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-02  3:47 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-02  3:47 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/02 03:47:19

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 Makefile.am 
	                     Makefile.in mb.c mb.h 
Added files:
	guile-core/libguile: Tag: jimb_mb_branch_1 check_mb.c 

Log message:
	* Makefile.am (check_PROGRAMS): add check_mb.
	(check_mb_SOURCES, check_mb_LDADD): New variables.
	(check-local): Run check_mb.
	* check_mb.c: New file, testing multibyte processing functions.
	* mb.c (scm_mb_get_func): Fix typo in variable name.
	(scm_mb_walk): Fix another typo in variable name.
	(scm_mb_multibyte_to_fixed): Use the right variable for the end
	of the multibyte text.
	(scm_mb_fixed_to_multibyte): Use the return value from scm_mb_put,
	instead of making a separate call to scm_mb_len.


^ permalink raw reply	[flat|nested] 31+ messages in thread

* guile/guile-core/libguile Tag: jimb_mb_branch_ ...
@ 1999-09-01 23:40 jimb
  0 siblings, 0 replies; 31+ messages in thread
From: jimb @ 1999-09-01 23:40 UTC (permalink / raw)
  To: guile-cvs

CVSROOT:	/cvs/guile
Module name:	guile
Changes by:	jimb@egcs.cygnus.com	99/09/01 23:40:54

Modified files:
	guile-core/libguile: Tag: jimb_mb_branch_1 Makefile.am init.c 
Added files:
	guile-core/libguile: Tag: jimb_mb_branch_1 mb.c mb.h 

Log message:
	* mb.c, mb.h: New files.
	* init.c: #include "mb.h".
	(scm_boot_guile_1): call scm_init_mb.
	* Makefile.am (libguile_la_SOURCES, BUILT_SOURCES,
	modinclude_HEADERS): Include the `mb' files in the lists.


^ permalink raw reply	[flat|nested] 31+ messages in thread

end of thread, other threads:[~1999-09-15 22:21 UTC | newest]

Thread overview: 31+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-09-15 22:21 guile/guile-core/libguile Tag: jimb_mb_branch_ jimb
  -- strict thread matches above, loose matches on Subject: below --
1999-09-10  8:44 jimb
1999-09-10  8:44 jimb
1999-09-10  8:42 jimb
1999-09-10  8:42 jimb
1999-09-10  8:41 jimb
1999-09-10  8:41 jimb
1999-09-10  8:41 jimb
1999-09-10  8:40 jimb
1999-09-10  8:28 jimb
1999-09-06  6:52 jimb
1999-09-06  6:50 jimb
1999-09-06  6:50 jimb
1999-09-06  6:49 jimb
1999-09-06  6:49 jimb
1999-09-06  6:47 jimb
1999-09-06  6:47 jimb
1999-09-06  2:31 jimb
1999-09-06  2:31 jimb
1999-09-06  2:29 jimb
1999-09-05 22:56 jimb
1999-09-05 22:56 jimb
1999-09-05 22:55 jimb
1999-09-05 22:55 jimb
1999-09-05 22:53 jimb
1999-09-02  6:23 jimb
1999-09-02  6:23 jimb
1999-09-02  3:47 jimb
1999-09-02  3:47 jimb
1999-09-02  3:47 jimb
1999-09-01 23:40 jimb

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).