summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2014-07-30* process.c (rlimit_resource_type, rlimit_resource_value):ktsj
2014-07-30* ext/win32ole/win32ole.c (ole_invoke): pass WIN32OLE_RECORD variantsuke
2014-07-30* gc.c: remove unused macros.ko1
2014-07-29* ext/win32ole/win32ole.c (hash2olerec): ignore WIN32OLE_RECORDsuke
2014-07-29* ext/win32ole/win32ole.c (folerecord_method_missing): refactoring.suke
2014-07-28* ext/win32ole/win23ole.c (folerecord_method_missing): supportsuke
2014-07-27* vm_eval.c: [DOC] Fix rdoc formatting of patch from [Bug #9551]zzak
2014-07-27* vm_eval.c: [DOC] [Bug #9551] Improve clarity of Kernel::catchzzak
2014-07-27* lib/uri/common.rb: [DOC] [Bug #9563] Recommend using URI.escapezzak
2014-07-27Fix ticket number from r46982, should be [Bug #10049]zzak
2014-07-27* time.c: [DOC] Clarify %Y in strftime, which can accept any digitszzak
2014-07-27* ChangeLog: [DOC] Fix typo s/originall/originallyzzak
2014-07-27* lib/uri/common.rb: [DOC] [Bug #10075] Clarify how URI.join argumentszzak
2014-07-27* file.c: [DOC] Clarify how File.file? handles symbolic links. Alsozzak
2014-07-27* time.c: [DOC] Remove dead link and old bug report, which hasn't beenzzak
2014-07-27* ext/zlib/zlib.c: [DOC] Remove default value of Zlib constants, aszzak
2014-07-27* ext/openssl/ossl_hmac.c: Fix NO_HMAC warning [Fixes GH-665]zzak
2014-07-27* lib/cgi/core.rb: remove unused variables.hsbt
2014-07-26* lib/irb.rb: [DOC] PROMPT_I cannot be nil, patch by @hgillane [ci skip]zzak
2014-07-26* lib/shell/command-processor.rb: remove unused variable.hsbt
2014-07-26* lib/weakref.rb: split executable code into sample directory.hsbt
2014-07-26* lib/delegate.rb: split executable code into sample directory.hsbt
2014-07-26* proc.c (method_super_method): [DOC] Method#super_methodzzak
2014-07-26proc.c: method_super_methodnobu
2014-07-26 * ext/objspace/objspace_dump.c (dump_append): avoid fflush.shyouhei
2014-07-26struct iseq_compile_data_storage: 16 bytes (from 32) overheadnormal
2014-07-26rb_iseq_t: reduce to (280 bytes from 288 bytes) on 64-bitnormal
2014-07-25struct parse_params: trivial packingnormal
2014-07-25ChangeLog: add references [ci skip]normal
2014-07-25introduce ZALLOC{,_N} to replace ALLOC{,_N}+MEMZERO usenormal
2014-07-25symbol.c (dsymbol_check): remove unneeded semi-colonnormal
2014-07-25* gc.c: change objspace::rgengc::parent_object_is_old (boolean)ko1
2014-07-25* gc.c (rb_gc_writebarrier_remember_promoted): should remember onlyko1
2014-07-25* gc.c (gc_mark_stacked_objects): fix error message.ko1
2014-07-25ChangeLog: reference GitHub pull requestcharliesome
2014-07-25* ext/socket/socket.c (sock_gethostname): Use NI_MAXHOST to supportcharliesome
2014-07-25compile.c: make the receiver condition cleanernobu
2014-07-24* doc/keywords.rdoc: [DOC] Describe each keyword.drbrain
2014-07-24* ext/win32ole/win32ole.c (Init_win32ole): add WIN32OLE_RECORD#initializesuke
2014-07-24* gc.c: fix major GC flags.ko1
2014-07-24* include/ruby/io.h (struct rb_io_buffer_t): PACKED_STRUCT should notngoto
2014-07-23* lib/benchmark.rb: split executable code into sample directory.hsbt
2014-07-23* lib/tempfile.rb: split executable code into sample directory.hsbt
2014-07-23* lib/pstore.rb: split executable code into sample directory.hsbt
2014-07-23UNALIGNED_WORD_ACCESS on ppc64nobu
2014-07-22fix a typo [ci skip]kazu
2014-07-22* lib/drb/extserv.rb: remove duplicate code with sample direcotry.hsbt
2014-07-22string.c: fix wrong single-byte optimizationnobu
2014-07-21rb_io_buffer_t: fix packing on gccnormal
2014-07-21optparse.rb: getopts message improvementnobu