summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2006-09-13* ext/digest/digest.c (rb_digest_base_inspect): new method.akr
2006-09-13* ext/digest/lib/digest.rb: new file.akr
2006-09-08* Makefile.in, win32/Makefile.sub (MINIRUBY): append MINIRUBYOPT.nobu
2006-09-08* ext/extmk.rb (extmake): follow Array#to_s.usa
2006-09-06* ext/nkf/lib/kconv.rb (Kconv::toeuc): remove -m0 [ruby-dev:29505]naruse
2006-09-05* ext/tk/tcltklib.c: use rb_ary_new3() since RARRAY_LEN() is not l-value.nobu
2006-09-04* ext/dbm/extconf.rb: create makefile according to the result of checknobu
2006-09-04* lib/cgi.rb (CGI::out): specify -x option for nkf.matz
2006-09-02revert the definition of _XOPEN_SOURCE_EXTENDED on HP-UX.akr
2006-09-02* ext/socket/socket.c (ruby_connect): sockerrlen should be socklen_t.akr
2006-09-02* ext/socket/extconf.rb: check arpa/inet.h for ntohs.akr
2006-09-02* ext/curses/curses.c: define _XOPEN_SOURCE_EXTENDED on HP-UX.akr
2006-09-02* ruby.h (struct RArray): embed small arrays.matz
2006-09-01* ext/socket/socket.c (socks_init): typo fixed. a patch from Svenmatz
2006-09-01* ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x.nagai
2006-08-31* eval.c (search_required): use RSTRING_PTR and RSTRING_STR.usa
2006-08-31* ext/Win32API/Win32API.c (Win32API_initialize): use RSTRING_PTR andusa
2006-08-31* ruby.h (struct RString): embed small strings.matz
2006-08-31* ext/tk/lib/tkextlib/blt.rb: double dashes (--) option doesn't worknagai
2006-08-28Add digest.cdrbrain
2006-08-28Make RDoc show up.drbrain
2006-08-28Fix call-seq in RDoc.drbrain
2006-08-27Include attributiondrbrain
2006-08-25add regint.h and oniguruma.h to dependencekosako
2006-08-22* ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): fix regexp for euc-jp [ruby-dev:...naruse
2006-08-19accept hash argument of Symbol key.suke
2006-08-13* ext/socket/socket.c: ANSIfied. [ruby-core:08601]akr
2006-08-07* ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c,matz
2006-08-07* configure.in, common.mk: AIX link issue. a patch from Yutakamatz
2006-07-28* ext/tk/lib/multi-tk.rb: freeze ip_name for security reason.nagai
2006-07-28* ext/curses/curses.c (NUM2CH, CH2FIX): use single char strings.nobu
2006-07-27* ext/openssl/ossl.h: move <ruby.h> inclusion point to shut upmatz
2006-07-26* ext/strscan/strscan.c (strscan_do_scan): always return nil if p->curr excee...aamine
2006-07-26* ext/pty/pty.c (getDevice): retry once after GC on failure.nobu
2006-07-26* ext/strscan/strscan.c (strscan_do_scan): StringScanner.new("").scan(//) sho...aamine
2006-07-24* ext/readline/readline.c (readline_readline): rl_deprep_term_functionakr
2006-07-21* ext/extmk.rb, lib/mkmf.rb (with_destdir): remove drive letter beforenobu
2006-07-20* object.c (rb_mod_attr): make Module#attr to be an alias tomatz
2006-07-17* ext/extmk.rb: remove LIBRUBY_SO if static linked extensions exist.nobu
2006-07-17* ext/io/wait/wait.c (io_ready_p): protoize.matz
2006-07-14* ext/tk/lib/tk.rb: add methods for new features of latest Tcl/Tk8.5nagai
2006-07-13* ext/tk/lib/tk/composite.rb: improve handling of the classname on thenagai
2006-07-11* ext/tk/lib/multi-tk.rb: remove restriction on the class ofnagai
2006-07-11* ext/tk/lib/multi-tk.rb: security fix.nagai
2006-07-11* bignum.c (bignorm): sizeof(long) may be smaller thanmatz
2006-07-10* ext/tk/lib/tk/font.rb: sorry. mistaken to patch.nagai
2006-07-10* ext/tk/tcltklib.c: make SEGV risk lower at exit.nagai
2006-07-07should define FUNC_CDECL/STDCALL if the macros are not defined.ttate
2006-07-06conformed to the usage of FUNC_CDECL/STDCALL described in [ruby-dev:28970].ttate
2006-07-06* ext/racc/cparse/cparse.c: sync with original code, rev 1.8.aamine