summaryrefslogtreecommitdiff
path: root/lib/rubygems/package
ModeNameSize
-rw-r--r--digest_io.rb1333logplain
-rw-r--r--old.rb3857logplain
-rw-r--r--tar_header.rb5359logplain
-rw-r--r--tar_reader.rb2422logplain
d---------tar_reader36logplain
-rw-r--r--tar_test_case.rb3562logplain
-rw-r--r--tar_writer.rb6647logplain
td/> Since [Misc #19679] migrated the wiki, these links should be updated to their new locations. Notes: Merged-By: jemmaissroff 2023-03-31Expand tabs in .gdbinitTakashi Kokubun 2023-03-31Put misc/gdb.py [experimental]Takashi Kokubun This works like: ``` (gdb) cfp CFP (count=3, addr=0x7ffff73fef50): $1 = {pc = 0x555556bf7818, sp = 0x7ffff72ff078, iseq = 0x7ffff2603270, self = 140737344619296, ep = 0x7ffff72ff058, block_code = 0x0, __bp__ = 0x7ffff72ff060, jit_return = 0x555558c2b000} Stack (size=3): [0] FIXNUM: 1 [1] T_STRING: "" bytesize:0 (embed) encoding:1 coderange:7bit $2 = (struct RString *) 0x7ffff249ea80 [2] [PROMOTED] T_OBJECT: $3 = {flags = 21474844769, klass = 140737344040416} $4 = {0x24, 0x24, 0x24} (gdb) cfp + 1 CFP (count=3, addr=0x7ffff73fef90): $5 = {pc = 0x5555567a78f8, sp = 0x7ffff72ff040, iseq = 0x7ffff26032d0, self = 140737344619296, ep = 0x7ffff72ff038, block_code = 0x0, __bp__ = 0x7ffff72ff040, jit_return = 0x555558c2b000} Stack (size=0): ``` 2023-03-30Fix ivar dump for RVARGC in .gdbinitTakashi Kokubun It was crashing with: No symbol "ROBJECT_EMBED_LEN_MAX" in current context. 2023-01-09Fix a warning in .gdbinitTakashi Kokubun Warning: 'set logging on', an alias for the command 'set logging enabled', is deprecated. Use 'set logging enabled on'. 2022-08-20Fix gdb incompatibilies in rp_class, rb_ps_vmnick evans Other changes are needed to bring .gdbinit up-to-date with current ruby. It looks like lldb is the preferred approach now, and that config *is* being kept up-to-date. Still, this might be helpful to someone? Notes: Merged: https://github.com/ruby/ruby/pull/6246 2021-02-06.gdbinit: Fix indentation in print_id [ci skip]Adam Jensen Notes: Merged: https://github.com/ruby/ruby/pull/4156 2021-01-27kill OBJ_TAINT etc.卜部昌平 Now that RUBY_FL_TAINT is recycled to become new RUBY_FL_SHAREABLE. Setting/clearing this flag from extension libraries break Ractor. Especially problematic one is OBJ_INFECT, which would make non-shareable objects travel across Ractor boundaries. Such operations should just be prohibited. Notes: Merged: https://github.com/ruby/ruby/pull/4100 2020-12-04Add T_MOVED to rp command of GDBPeter Zhu Notes: Merged: https://github.com/ruby/ruby/pull/3846 2020-06-12.gdbinit: struct RHash::basic is not a pointer卜部昌平 2020-06-12.gdbinit: as.heap.aux.shared no longer exist卜部昌平 Maybe 182ae1407b3f6597cdbf6872f788c1ed3aa22a35 missed it. 2019-12-31Redmine /projects/ruby-trunk is now redirectedTakashi Kokubun to /projects/ruby-master 2019-05-16Prefix global_symbols with `ruby_`Nobuyoshi Nakada