summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2012-02-18* ext/dbm/extconf.rb: don't choose 'dbm' if _GDB_H_ is defined whichakr
2012-02-18* ext/dbm/extconf.rb (dblib): prefer recent GDBM over older GDBM.akr
2012-02-18* ext/dbm/dbm.c (DBM::VERSION): define it by detecting _GDBM_H_ orakr
2012-02-17* ext/dbm/extconf.rb: remove dbm.akr
2012-02-17* ext/dbm/extconf.rb: refine header/libraty mismatch detection.akr
2012-02-17* ext/dbm/extconf.rb: don't check libdbm. It is not a ndbmakr
2012-02-16* ext/dbm/extconf.rb: refactored to split too long conditions.akr
2012-02-16* ext/dbm/extconf.rb: check _DB_H_ macro unavailable exceptakr
2012-02-15* ext/fiddle/closure.c (callback): deal with unsinged integers.nobu
2012-02-15* ext/fiddle/closure.c (callback): same as r34506.nobu
2012-02-15* ext/zlib/zlib.c (Init_zlib): Added Zlib::TEXT and note thatdrbrain
2012-02-15* ext/zlib/zlib.c: Move constant descriptions to constants. Removedrbrain
2012-02-15* ext/zlib/zlib.c (Init_zlib): Added Zlib::FIXED and Zlib::RLEdrbrain
2012-02-15* ext/zlib/zlib.c: Improve documentation. [ruby-trunk - Bug #5948]drbrain
2012-02-11update doc.akr
2012-02-11* ext/zlib/zlib.c (rb_inflate_add_dictionary): Addeddrbrain
2012-02-11* ext/zlib/zlib.c (do_inflate): Inflate more data if buffered datadrbrain
2012-02-09* ext/psych/parser.c: removed external encoding setter, allow parsertenderlove
2012-02-09* ext/dl/extconf.rb: clang does not use -fno-defer-pop during compilation.nobu
2012-02-09* ext/dl/dl.h (ALIGN_OF): use offsetof().nobu
2012-02-09* ext/dl/dl.h (DLALIGN): round up at once and get rid of overflow.nobu
2012-02-09* ext/fiddle/fiddle.c (Init_fiddle): declare in modern style.nobu
2012-02-09* ext/dl/dl.c (Init_dl): fix mangled documnet.nobu
2012-02-09* ext/dl/lib/value.rb (DL::ValueUtil.{unsigned_value,signed_value}):usa
2012-02-09* ext/fiddle/conversions.c (value_to_generic): src is not guranteed asusa
2012-02-09* remove trailing spaces.nobu
2012-02-09* ext/dl/lib/types.rb: Win64 support.usa
2012-02-08* string.c (rb_str_modify_expand): fix memory leak.nobu
2012-02-08* ext/openssl/ossl_ssl.c: Add SSL constants and allow to unset SSLnahi
2012-02-08* ext/openssl/ossl_x509name.c: Use the numerical representation ofemboss
2012-02-08* ext/openssl/ossl_asn1.c: Call INT2NUM only once for GeneralString.emboss
2012-02-08* ext/openssl/ossl_cipher.c: Add warning about key as IV.emboss
2012-02-07* st.c (st_update): table can be unpacked in the callback.nobu
2012-02-07* ext/-test-/st/numhash/numhash.c (numhash_alloc): free st_table.nobu
2012-02-07* st.c (st_foreach): should not yield same pair when checkingnobu
2012-02-02* ext/openssl/ossl_x509store.c: Add class documentation fordrbrain
2012-02-02update doc.akr
2012-01-30 * ext/dl/cptr.c (rb_dlptr_new2): remove unused variable.nobu
2012-01-29* ext/readline/readline.c (readline_attempted_completion_function):nobu
2012-01-25* ext/io/console/console.c (io_getch): default delegating methodnobu
2012-01-25* file.c (rb_enc_path_next, rb_enc_path_skip_prefix)nobu
2012-01-24* vm.c (rb_iter_break_value): new function to break a block withnobu
2012-01-18ext/date/date_strptime.c: moved detector of leftover.tadf
2012-01-18ext/date/date_parse.c: [ruby-core:42173].tadf
2012-01-18* ext/curses/curses.c (cWindow, cMouseEvent): made typed data.nobu
2012-01-18* ext/psych/lib/psych/visitors/to_ruby.rb: Added support for loadingtenderlove
2012-01-18* ext/psych/lib/psych/visitors/to_ruby.rb: Added ability to load arraytenderlove
2012-01-15* ext/json/parser/parser.rl (json_string_unescape): workaround fixnaruse
2012-01-14* ext/dl/callback/mkcallback.rb (gencallback): suppress unusednobu
2012-01-12Do not define _WIN32_WINNT multiple timesluislavena