summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-02-22mkmf.rb: adjust default library pathnobu
2013-02-22* enum.c (Enumerable#chunk: Improved examples, grammar, and formattingzzak
2013-02-22* numeric.c: Examples and formatting for Numeric and Floatzzak
2013-02-21* lib/rubygems/installer.rb (build_extensions): Create extensiondrbrain
2013-02-21* doc/globals.rdoc: Document what setting $DEBUG does.drbrain
2013-02-21* doc/globals.rdoc: Document what setting $VERBOSE does. [Bug #7899]drbrain
2013-02-21commit misszzak
2013-02-21* lib/abbrev.rb: Add words parameter to Abbrev::abbrevzzak
2013-02-21* ChangeLog: fix a typo for r39352.nagachika
2013-02-21* tool/merger.rb: add interaction when only ChangeLog is modified.naruse
2013-02-21signal.c: extract check_stack_overflownobu
2013-02-21* signal.c (sigsegv): avoid to use async signal unsafe functionskosaki
2013-02-21* file.c (rb_group_member): added an error check. SUS says,kosaki
2013-02-21* file.c (RB_MAX_GROUPS): moved tokosaki
2013-02-21* file.c (access_internal): removed.kosaki
2013-02-21* file.c (eaccess): use access() when not using setuid nor setgid.kosaki
2013-02-21* file.c (rb_group_member): get rid of NGROUPS dependency.kosaki
2013-02-21ruby.c: fix for multiarch librarynobu
2013-02-21configure.in: expand libdir_basenamenobu
2013-02-21configure.in: libdir_basename for -rpath and -install_namenobu
2013-02-20ruby.h: HAVE_RB_SCAN_ARGS_OPTIONAL_HASHnobu
2013-02-20configure.in: target_os suffixnobu
2013-02-20configure.in: adjust libdirnamenobu
2013-02-20* ext/pty/pty.c: Documentation for the PTY modulezzak
2013-02-20* object.c: Document Data class [Bug #7890] [ruby-core:52549]zzak
2013-02-20* lib/mutex_m.rb: Add rdoc for Mutex_m modulezzak
2013-02-20* lib/rubygems/commands/update_command.rb: Create the installer afterdrbrain
2013-02-19* lib/rubygems/installer.rb: Use gsub instead of gsub! to avoiddrbrain
2013-02-19* ext/bigdecimal/bigdecimal.gemspec: bump to 1.2.0.mrkn
2013-02-19fix typo and remove trailing spacekazu
2013-02-19Remove Syslog#inspect and have only Syslog.inspect.knu
2013-02-19* ChangeLog: remove duplicated entry.nobu
2013-02-19* object.c: rdoc formatting for Kernel#Array()zzak
2013-02-19* ext/openssl/ossl.c (class OpenSSL): Use only inner parenthesis indrbrain
2013-02-19* ext/openssl/ossl.c (class OpenSSL): Fixed ExtensionFactory example.drbrain
2013-02-18* vm_eval.c (vm_call0_body): check interrupts after method dispatchko1
2013-02-18* lib/rubygems/installer.rb: Fixed placement of executables withdrbrain
2013-02-18* vm_dump: FreeBSD ports' libexecinfo's backtrace(3) can't tracenaruse
2013-02-18* configure.in: check whether backtrace(3) works well or not.naruse
2013-02-18* lib/ipaddr.rb (IPAddr#in6_addr): Fix a typo with the closingknu
2013-02-18Fix the IPv6 parser.knu
2013-02-18configure.in: unexpand_shvarnobu
2013-02-17Revert r39289naruse
2013-02-17compar.c: inversed comarison without infinite recursionnobu
2013-02-17mkmf.rb: remove extra topdir in VPATHnobu
2013-02-17configure.in: unexpand_shvarnobu
2013-02-16wrong github issue from r39286zzak
2013-02-16* ext/psych/lib/psych/y.rb: Document Kernel#y by Adam Stankiewiczzzak
2013-02-16* tool/mkconfig.rb: remove prefix from rubyarchdir.naruse
2013-02-16* vm.c (ENV_IN_HEAP_P): fix off-by-one error.ktsj