unconditional `intptr_t'

2001-10-04 Thread Golubev I. N.
cvs branch: branch_release-1-6 For systems without `intptr_t' the following files need fix. After applying the patch `guile' ran normally for me. --- chars.h 2001/09/21 17:51:01 1.11.4.2 +++ chars.h 2001/09/25 17:51:55 @@ -51,7 +51,7 @@ */ #define SCM_CHARP(x) (SCM_ITAG8(x) == sc

ice-9 scrdir!=builddir

2001-10-04 Thread Golubev I. N.
cvs branch: branch_release-1-6 To get 'and-let*.scm' installed correctly when source directory is not the same as build one, I copied commands from `Makefile.in' in `Makefile.am'. --- ice-9/Makefile.am 2001/09/18 19:28:16 1.46.2.2 +++ ice-9/Makefile.am 2001/09/26 14:41:21 @@ -39,8 +39,11

[ÃÊû°­¿¬ È«º¸] ±× ´©°¡ °¨È÷ Çй®Àº ¾ø¾ú´Ù°í ¿ÜÃÆ´ø°¡?

2001-10-04 Thread ÃÊû°­¿¬
Title: ¢À ½ÅÁö½ÄÀÎ ÃÊû °­¿¬È¸ ¢À ¾È³çÇϼ¼¿ä. º»¸ÞÀÏÀº °­¿¬È¸ È«º¸¸¦ À§ÇÏ¿© 1ȸ¼º ¸ÞÀÏÀÌ¸ç ¸ÞÀÏ È¨ÆäÀÌÁö¿Í °Ô½ÃÆÇ¿¡¼­ ¼öÁýµÈ°ÍÀÔ´Ï´Ù ¢À ½ÅÁö½ÄÀÎ ÃÊû °­¿¬È¸ ¢À   Á¤º¸È­ ½Ã´ë¿¡ ÁöÀû È£±â½ÉÀÌ ¸¹Àº ´ç½Å !!½ÅÁö½ÄÀÎ ÃÊû ¹«·á °­

Re: unconditional `intptr_t'

2001-10-04 Thread Thien-Thi Nguyen
From: "Golubev I. N." <[EMAIL PROTECTED]> Date: Thu, 04 Oct 2001 16:24:44 (GMT) --- chars.h 2001/09/21 17:51:01 1.11.4.2 +++ chars.h 2001/09/25 17:51:55 -#define SCM_MAKE_CHAR(x) SCM_MAKE_ITAG8((intptr_t) x, scm_tc8_char) +#define SCM_MAKE_CHAR(x) SCM_MAKE_ITAG8((scm_t_bit

Re: guile.info: Writing

2001-10-04 Thread Thien-Thi Nguyen
From: Alex Schroeder <[EMAIL PROTECTED]> Date: Mon, 24 Sep 2001 12:10:45 +0200 I just wanted some details on "display" but it was not in the R5RS Index. The node "Writing" has info on "newline". I think "display" should be added to that node as well and an appropriate index entry