summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2012-12-06* eval.c (ruby_Init_refinement): a new function to enableshugo
2012-12-06* ext/dl/lib/dl/func.rb (CALL_TYPE_TO_ABI, FiddleClosureCFunc): exclude priva...ngoto
2012-12-06* ext/fiddle/lib/fiddle/import.rb (CALL_TYPE_TO_ABI): exclude private constan...ngoto
2012-12-05* ext/dl/lib/dl/func.rb (DL::Function#bind): When Fiddle is used,ngoto
2012-12-05* remove trailing spaces.nobu
2012-12-05* ext/dl/lib/dl/func.rb (DL::Function#initialize, DL::Function#bind):ngoto
2012-12-04* ext/fiddle/lib/fiddle/types.rb: copied from ext/dl/lib/dl/types.rbngoto
2012-12-04* ext/fiddle/lib/fiddle/import.rb (import_function, bind_function):ngoto
2012-12-02* ext/bigdecimal/bigdecimal.c (BigDecimal_new): stop checking stringmrkn
2012-11-30suppress warnings: uninitialized variablesnaruse
2012-11-30* ext/fiddle/extconf.rb, ext/fiddle/function.cngoto
2012-11-30zlib.c: suppress warningnobu
2012-11-30zlib.c: suppress warningnobu
2012-11-30value.rb: adjust indentnobu
2012-11-30value.rb: remove DLnobu
2012-11-29* ext/openssl/ossl_ssl.c (ssl_npn_encode_protocol_i): fix byte orderngoto
2012-11-29* ext/psych/extconf.rb: added --enable-bundled-libyaml option. thisusa
2012-11-28* ext/fiddle/closure.c: cosmetic fix for rdoc comment. (fix for r37917)nagachika
2012-11-28emitter.c: constifynobu
2012-11-28extconf.rb: mingw32nobu
2012-11-28extconf.rb: VPATHnobu
2012-11-28* ext/psych/extconf.rb: copy sources into build directory,ko1
2012-11-28* ext/psych/extconf.rb: use embedded libyaml if no system libyaml istenderlove
2012-11-28* ext/fiddle/closure.c: Documentation for Fiddlezzak
2012-11-28Added #charpos for multibyte string position.ryan
2012-11-28* ext/fiddle/fiddle.c: adding alignment constants for compatibilitytenderlove
2012-11-27* ext/dl/lib/dl.rb: Deprecation notice for DLzzak
2012-11-27* ext/fiddle/closure.c: Documentation for Fiddlezzak
2012-11-27* ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handletenderlove
2012-11-27reverting r37881tenderlove
2012-11-27* lib/rdoc*: Updated to RDoc 4.0 (pre-release)drbrain
2012-11-27* ext/fiddle/handle.c: Make Fiddle independent of DL, copy DL::Handletenderlove
2012-11-27extmk.rb: fix mixing mkmf.lognobu
2012-11-27extconf.rb: git rid of post-1.8 featurenobu
2012-11-26extmk.rb: git rid of post-1.8 featuresnobu
2012-11-24* ext/nkf/nkf-utf8/nkf.c (unicode_iconv_combine): returning flags arenaruse
2012-11-23* ext/socket/ipsocket.c (IPSocket#peeraddr): Fix examplezzak
2012-11-22* ext/nkf/nkf-utf8: Merge b0a6577a521d1bba5e19853f95d5c4b9be1072b5.naruse
2012-11-21wait.c: wait_readablenobu
2012-11-21io/wait: add IO#wait_writable methodnobu
2012-11-20fix indentkazu
2012-11-17* ext/psych/lib/psych/visitors/yaml_tree.rb: use literal YAML styletenderlove
2012-11-17* ext/psych/lib/psych/scalar_scanner.rb: avoid raising exceptions whentenderlove
2012-11-17* ext/psych/lib/psych/core_ext.rb: move Kernel#y so that it cantenderlove
2012-11-11 * ext/date/date_parse.c (date__parse): revised the tight parsertadf
2012-11-10 * ext/date/date_parse.c: edited about era.tadf
2012-11-09* ext/bigdecimal/bigdecimal.c:zzak
2012-11-07* ext/curses/view.rb: Do not fail if the file to view is shorterknu
2012-11-06Recognize zlibwapi as linking libraryluislavena
2012-11-05* ext/dl/win32/lib/Win32API.rb (Win32API#call): use 64bit pointer for x64shirosaki