summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2001-12-04replace have_header("curses") with have_header("curses.h")ttate
2001-12-03* ext/socket/extconf.rb: remove -L/usr/local/lib.eban
2001-12-02* configure.in: use GCC, not without_gcc. remove without_gcc.eban
2001-11-29bug fix for getnstr() and wgetnstr()ttate
2001-11-27* marshal.c (w_float): must distinguish -0.0 from 0.0.matz
2001-11-26Import the "syslog" module from the rough ruby project. This moduleknu
2001-11-23Curses::getstr and Window#getstr use getnstr() and wgetnstr()ttate
2001-11-21* parse.y (str_extend): should check nesting parentheses in #{}.matz
2001-11-19* parse.y (parse_regx): should raise error on untermitatedmatz
2001-11-13tkutil needed to be updatedmatz
2001-11-13* signal.c (sighandle): should not re-register sighandler ifmatz
2001-10-29 * intern.h (rb_protect_inspect): follow the change of array.c.usa
2001-10-29* parse.y (str_extend): shuould allow interpolation of $-x.matz
2001-10-04* ext/socket/socket.c (ruby_connect): EALREADY is the equivalent eban
2001-10-03* ext/gdbm/gdbm.c (rb_gdbm_fetch): str is a VALUE now.nobu
2001-10-03* marshal.c (r_object): better allocation type check formatz
2001-10-02* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.matz
2001-09-08* eval.c (rb_thread_restore_context): save current value ofmatz
2001-09-06* ext/digest/digest.c (rb_digest_base_s_hexdigest): remove a debugknu
2001-09-06* ext/readline/readline.c: restore terminal modeshugo
2001-09-06* ext/digest/digest.c (rb_digest_base_s_digest,knu
2001-09-05* ext/socket/socket.c (Init_socket): remove duplicating constants.nobu
2001-09-05* re.c (Init_Regexp): to_s to be alias to inspect.matz
2001-09-03* ruby.c (proc_options): should not alter origargv[].matz
2001-08-29* parse.y (yylex): ternary ? can be followed by newline.matz
2001-08-20* ext/digest/sha2/extconf.rb: fix support for cross-compiling.eban
2001-08-16* curses.c: fix window_keypad() and curses_keyname() for NetBSD's libcurses.ttate
2001-08-16* ext/socket/socket.c (s_recvfrom): fix typo.usa
2001-08-16* ext/socket/socket.c (s_recvform): avoid VC++6 warning.usa
2001-08-14* ext/digest/*/extconf.rb: really fix so that they build from anyknu
2001-08-14* ext/digest/sha2/extconf.rb: fix so that they build from anyknu
2001-08-14* ext/digest/defs.h: Define NO_UINT64_T instead of emitting anknu
2001-08-14* ext/digest/sha2/extconf.rb: do not create Makefile when no 64bitknu
2001-08-13bug fix for Window#{keypad,keypad=}ttate
2001-08-12new methods and constants for using the mouse, character attributes,ttate
2001-08-06* socket.c: wrap UNIX code by ifdef HAVE_SYS_UN_H.matz
2001-08-06* string.c (rb_str_lstrip_bang): new method.matz
2001-07-31* process.c (last_status_set): nothing returned, should be void.nobu
2001-07-24* ext/extmk.rb.in, lib/mkmf.rb: dig the target subdirectory forknu
2001-07-22* ext/extmk.rb.in, lib/mkmf.rb: introduce a couple of new makeknu
2001-07-19Rename *.jp to *.ja, since jp is a region code and ja is a languageknu
2001-07-18* regex.c (NUM_FAILURE_ITEMS): was confusing NUM_REG_ITEMS andmatz
2001-07-17* ext/extmk.rb.in: modify RM macro because command.com/cmd.exe don'tusa
2001-07-14* ext/digest/*/extconf.rb: fix so that they build from anyknu
2001-07-13Import the "digest" module and the submodules, from the Rough Rubyknu
2001-07-13* ext/extmk.rb.in: support multi-level ext/ directories.knu
2001-07-13* lib/mkmf.rb: use File::split to split a target into a prefix andknu
2001-07-12Let cvs ignore extmk.log.knu
2001-07-12* ext/socket/socket.c (ruby_connect): workaround for the setup ofeban
2001-07-09* ext/extmk.rb.in: modify RM macro.eban