summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2002-04-192002-04-19eban
2002-04-19* ext/socket/extconf.rb: include <windows.h>, <winsock.h> on _WIN32.eban
2002-04-19* re.c (rb_reg_to_s): remove redundant shy group.nobu
2002-04-19* eval.c (rb_thread_cleanup): current thread may be THREAD_STOPPED,matz
2002-04-19ext/dl/ptr.c: remove rb_dlptr_cast().ttate
2002-04-182002-04-18nobu
2002-04-18* re.c (rb_reg_expr_str): should treat backslash specially inmatz
2002-04-18* re.c (rb_reg_to_s): new function for Regexp#to_s.akr
2002-04-18copied from ext/etc.nobu
2002-04-18modify document.akr
2002-04-17* ext/Setup*, ext/bigfloat/*: Back out the import of BigFloat inknu
2002-04-16* eval.c (assign): convert mrhs to mvalue.nobu
2002-04-152002-04-15nobu
2002-04-15* pack.c (pack_unpack): should treat 'U' in character unit, not inmatz
2002-04-14Correct.ttate
2002-04-14Edit the documentation.ttate
2002-04-12* struct.c (rb_struct_select): fix typo.matz
2002-04-12* configure.in: add check for initstate(3).eban
2002-04-12* win32/Makefile.sub: use missing/acosh.c.usa
2002-04-122002-04-12nobu
2002-04-12/tmp/lognobu
2002-04-11should be HAVE_TANHnobu
2002-04-11* random.c (rand_init): add check for initstate(3).eban
2002-04-11* io.c (remain_size): IO#read returns "" if file.size == 0.eban
2002-04-112002-04-11eban
2002-04-11* eval.c (assign): ruby_verbose should be surrounded by RTEST().matz
2002-04-11raise() -> rb_raise(). (Thanks Tetsuya Watanabe)ttate
2002-04-11Add DL::Importable::Internal::Struct#alloc.ttate
2002-04-11Add dl.txt instead of README.ttate
2002-04-11remove README and README.htmlttate
2002-04-11Support "unsigned short".ttate
2002-04-11Add "unsigned short".ttate
2002-04-11define alias "struct" and "union" in the module Importable.ttate
2002-04-10 * lib/cgi/session.rb: support for multipart form.wakou
2002-04-10Add/Fix types.ttate
2002-04-10Implement the substitution for structure members.ttate
2002-04-10* dir.c (glob_helper): should have proceed link when link->pathmatz
2002-04-10* variable.c (rb_obj_remove_instance_variable): raise NameError ifmatz
2002-04-10* misc/ruby-mode.el (ruby-font-lock-keywords): fontify symbols fornobu
2002-04-09* lib/mkmf.rb (try_link0): need expand macro in command, sync withnobu
2002-04-09* ext/stringio/stringio.c (check_modifiable): performancenobu
2002-04-08* re.c (match_select): fix index references and makeknu
2002-04-082002-04-08nobu
2002-04-08* eval.c (error_handle): default to 1 unless status is set.nobu
2002-04-05improve the prototype parser.ttate
2002-04-05"extern" and "[]" of the module Importable returns a symbol.ttate
2002-04-05Add dl/struct.rb.ttate
2002-04-04Get rid of ineffective encoding/decoding procedures.ttate
2002-04-04DLSTR(argv[i]) => DLSTR(RSTRING(argv[i])->ptr)ttate
2002-04-04bugfix (a few bugs seems to be remaining yet.)ttate