summaryrefslogtreecommitdiff
path: root/box.c
AgeCommit message (Expand)Author
2025-12-24Box: show the fully qualified URL of the Ruby::Box docSatoshi Tagomori
2025-12-21Box: Fix an unused variable warningNobuyoshi Nakada
2025-12-19[Bug #21794] Fix for platforms where O_CLOEXEC is not availableNobuyoshi Nakada
2025-12-18Check for NULL fields in TYPEDDATA memsize functions (#15633)Luke Gruber
2025-12-16Box: [DOC] fix the class name in rdocNobuyoshi Nakada
2025-12-16Box: fix the class name in inspectNobuyoshi Nakada
2025-12-15Merge `root_box_data` into `root_box`Nobuyoshi Nakada
2025-12-10Add `NUM2PTR` and `PTR2NUM` macrosNobuyoshi Nakada
2025-12-09Box: remove copied extension filesNobuyoshi Nakada
2025-12-09Remove duplicate path names in error messageNobuyoshi Nakada
2025-12-09Refine `copy_ext_file`Nobuyoshi Nakada
2025-12-02Box: Free rb_classext_t struct for a box when the box is GCedSatoshi Tagomori
2025-12-02Box: Fix data type nameSatoshi Tagomori
2025-11-30Fix switch fall-through in copy_ext_file_errorDaisuke Fujimura (fd0)
2025-11-27Reorganize page documentations (#15154)Stan Lo
2025-11-23[Misc #21688] [DOC] Include box.md in Ruby::Box documentationNobuyoshi Nakada
2025-11-23[Misc #21688] Teach RDoc about the toplevel module `Ruby`Nobuyoshi Nakada
2025-11-08ConstifyNobuyoshi Nakada
2025-11-07Use RUBY_BOX environment variable instead of RUBY_NAMESPACESatoshi Tagomori
2025-11-07Rename Namespace to Ruby::BoxSatoshi Tagomori
2025-11-07renaming internal data structures and functions from namespace to boxSatoshi Tagomori
2025-11-07update referenced filenames from namespace to boxSatoshi Tagomori
2025-11-07rename namespace.c (and others) to box.cSatoshi Tagomori