summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-08-12* class.c (rb_prepend_module): make T_ICLASS object shady becauseko1
2013-08-12* process.c: [DOC] RDoc formatting of Process.clock_gettimezzak
2013-08-12* lib/yaml/dbm.rb: [DOC] Document call-seq for YAML::DBMzzak
2013-08-12* ext/dbm/extconf.rb: [DOC] Hide from RDoczzak
2013-08-12* ext/dbm/dbm.c: [DOC] Reformat headings of DBM classzzak
2013-08-12* lib/yaml.rb, lib/yaml/: [DOC] Document YAML::DBM#key and addzzak
2013-08-11* ext/readline/readline.c (readline_s_set_input): on OS X with editline,naruse
2013-08-11file.c: OSX path encodingnobu
2013-08-11test_require.rb: __FILE__ encoding on Windowsnobu
2013-08-11* test/rexml/parser/test_sax2.rb: Expand abbreviated class name.kou
2013-08-11* lib/rexml/sax2listener.rb (REXML::SAX2Listener#notationdecl): Fixkou
2013-08-11* lib/rexml/sax2listener.rb (REXML::SAX2Listener#elementdecl): Fix wrongkou
2013-08-11* lib/rexml/parsers/sax2parser.rbkou
2013-08-11* lib/rexml/parsers/sax2parser.rb (REXML::Parsers::SAX2Parser#parse):kou
2013-08-11* ChangeLog: Fix wrong description about entity declarations.kou
2013-08-11* lib/rexml/parsers/sax2parser.rb (REXML::Parsers::SAX2Parser#parse):kou
2013-08-11* lib/rexml/parsers/baseparser.rbkou
2013-08-11* NEWS (REXML::Parsers::SAX2Parser): Add about this change.kou
2013-08-11* test/rexml/parser/test_sax2.rb: Add SAX2 API test.kou
2013-08-11parse.y: non-local/const attrsetnobu
2013-08-11* include/ruby/encoding.h: Reduce ENCODING_INLINE_MAX to 127 as thischarliesome
2013-08-11ML ref. added.akr
2013-08-11* process.c (rb_clock_gettime): New method.akr
2013-08-11* lib/time.rb: [DOC] Correcting rdoc visibility of time.rb constantszzak
2013-08-10* file.c (rb_str_normalize_ospath):naruse
2013-08-10* bignum.c (bitsize): Fix a conditional expression.akr
2013-08-10* lib/time.rb: [DOC] Document constants by @markijbema [Fixes GH-377]zzak
2013-08-10* configure.in: Revert r42458.akr
2013-08-10parse.y: non-local/const attrsetnobu
2013-08-10* lib/rexml/parsers/baseparser.rbkou
2013-08-10* lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser):kou
2013-08-10* lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser):kou
2013-08-10* test/rexml/parse/test_document_type_declaration.rb: Add tests forkou
2013-08-10Add missing "Patch by". Sorry. Thanks to Ippei Obayashi!!!kou
2013-08-10* lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::SYSTEM):kou
2013-08-10* test/rexml/parse/test_notation_declaration.rb (#test_system_public):kou
2013-08-10* lib/rexml/parsers/baseparser.rb (REXML::Parsers::BaseParser::PUBLIC):kou
2013-08-10* NEWS: [DOC] typo in example reported by @moreteazzak
2013-08-10* proc.c: [DOC] rdoc code formattingzzak
2013-08-10parse.y: check for attrnobu
2013-08-09* lib/rss/trackback.rb: [DOC] Hide RSS::Trackback from rdoczzak
2013-08-09* bignum.c (big_div_struct): Use size_t.akr
2013-08-09* lib/rss/rexmlparser.rb: Remove needless REXML version check.kou
2013-08-09configure.in: CoreFoundation framework optionnobu
2013-08-09ruby.c: use String path version parser functionsnobu
2013-08-09* ChangeLog: fix the reason.nobu
2013-08-09* ext/io/console/console.c: delete redefinition of rb_cloexec_open.charliesome
2013-08-09* NEWS: update about new methods for Binding.ko1
2013-08-09* proc.c: add Binding#local_variable_get/set/defined?ko1
2013-08-09 * tool/make-snapshot: Fix order of priority for option parameter.hsbt