aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/dbm/extconf.rb: refactored to split too long conditions.akr2012-02-161-26/+37
* * ext/dbm/extconf.rb: check _DB_H_ macro unavailable exceptakr2012-02-161-1/+2
* * ext/fiddle/closure.c (callback): deal with unsinged integers.nobu2012-02-154-30/+73
* * ext/fiddle/closure.c (callback): same as r34506.nobu2012-02-151-1/+1
* * ext/zlib/zlib.c (Init_zlib): Added Zlib::TEXT and note thatdrbrain2012-02-151-0/+10
* * ext/zlib/zlib.c: Move constant descriptions to constants. Removedrbrain2012-02-151-199/+97
* * ext/zlib/zlib.c (Init_zlib): Added Zlib::FIXED and Zlib::RLEdrbrain2012-02-151-1/+21
* * ext/zlib/zlib.c: Improve documentation. [ruby-trunk - Bug #5948]drbrain2012-02-151-112/+169
* update doc.akr2012-02-111-1/+1
* * ext/zlib/zlib.c (rb_inflate_add_dictionary): Addeddrbrain2012-02-111-3/+37
* * ext/zlib/zlib.c (do_inflate): Inflate more data if buffered datadrbrain2012-02-111-2/+18
* * ext/psych/parser.c: removed external encoding setter, allow parsertenderlove2012-02-092-24/+8
* * ext/dl/extconf.rb: clang does not use -fno-defer-pop during compilation.nobu2012-02-091-1/+2
* * ext/dl/dl.h (ALIGN_OF): use offsetof().nobu2012-02-091-17/+9
* * ext/dl/dl.h (DLALIGN): round up at once and get rid of overflow.nobu2012-02-091-3/+2
* * ext/fiddle/fiddle.c (Init_fiddle): declare in modern style.nobu2012-02-091-1/+2
* * ext/dl/dl.c (Init_dl): fix mangled documnet.nobu2012-02-091-16/+16
* * ext/dl/lib/value.rb (DL::ValueUtil.{unsigned_value,signed_value}):usa2012-02-091-2/+2
* * ext/fiddle/conversions.c (value_to_generic): src is not guranteed asusa2012-02-091-1/+1
* * remove trailing spaces.nobu2012-02-092-3/+3
* * ext/dl/lib/types.rb: Win64 support.usa2012-02-091-1/+9
* * string.c (rb_str_modify_expand): fix memory leak.nobu2012-02-081-0/+8
* * ext/openssl/ossl_ssl.c: Add SSL constants and allow to unset SSLnahi2012-02-081-13/+18
* * ext/openssl/ossl_x509name.c: Use the numerical representation ofemboss2012-02-081-4/+11
* * ext/openssl/ossl_asn1.c: Call INT2NUM only once for GeneralString.emboss2012-02-081-1/+1
* * ext/openssl/ossl_cipher.c: Add warning about key as IV.emboss2012-02-081-0/+6
* * st.c (st_update): table can be unpacked in the callback.nobu2012-02-071-0/+26
* * ext/-test-/st/numhash/numhash.c (numhash_alloc): free st_table.nobu2012-02-071-1/+7
* * st.c (st_foreach): should not yield same pair when checkingnobu2012-02-072-0/+64
* * ext/openssl/ossl_x509store.c: Add class documentation fordrbrain2012-02-021-0/+39
* update doc.akr2012-02-021-4/+5
* * ext/dl/cptr.c (rb_dlptr_new2): remove unused variable.nobu2012-01-303-14/+9
* * ext/readline/readline.c (readline_attempted_completion_function):nobu2012-01-291-20/+25
* * ext/io/console/console.c (io_getch): default delegating methodnobu2012-01-252-17/+36
* * file.c (rb_enc_path_next, rb_enc_path_skip_prefix)nobu2012-01-251-3/+4
* * vm.c (rb_iter_break_value): new function to break a block withnobu2012-01-242-0/+16
* ext/date/date_strptime.c: moved detector of leftover.tadf2012-01-181-11/+10
* ext/date/date_parse.c: [ruby-core:42173].tadf2012-01-181-14/+34
* * ext/curses/curses.c (cWindow, cMouseEvent): made typed data.nobu2012-01-181-21/+48
* * ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loadingtenderlove2012-01-182-4/+22
* * ext/psych/lib/psych/visitors/to_ruby.rb: Added ability to load arraytenderlove2012-01-182-3/+56
* * ext/json/parser/parser.rl (json_string_unescape): workaround fixnaruse2012-01-152-2/+2
* * ext/dl/callback/mkcallback.rb (gencallback): suppress unusednobu2012-01-141-5/+9
* Do not define _WIN32_WINNT multiple timesluislavena2012-01-121-1/+1
* * ext/dbm/dbm.c (Init_dbm): fix a build error on mswin32.shirosaki2012-01-101-2/+2
* * ext/readline/readline.c (readline_attempted_completion_function):naruse2012-01-101-1/+1
* * gc.c (ruby_mimmalloc): defined for objects need not rb_objspace,naruse2012-01-102-2/+3
* * ext/readline/readline.c (readline_attempted_completion_function): fix compi...kazu2012-01-101-1/+1
* * ext/readline/readline.c (readline_attempted_completion_function):nobu2012-01-101-2/+2
* * ext/readline/readline.c (readline_attempted_completion_function):nagachika2012-01-091-4/+4