summaryrefslogtreecommitdiff
path: root/struct.c
AgeCommit message (Expand)Author
2023-02-28Fix spelling (#7405)John Bampton
2023-02-19Remove (newly unneeded) remarks about aliasesBurdetteLamar
2023-02-14[Bug #19259] `Data#with` should call `initialize` methodNobuyoshi Nakada
2023-02-03Avoid using OBJ_WB_UNPROTECTJean Boussier
2023-02-03[DOC] Fix call-seq of Struct.new (#7246)Kouhei Yanagita
2022-12-28[DOC] Fix call-seq for Data.defineKouhei Yanagita
2022-12-23Docs: Update Struct docs about keyword initializationzverok
2022-12-21Add copy with changes functionality for Data objects (#6766)Ufuk Kayserilioglu
2022-12-02[Feature #19163] Marshal-loaded Data object also should be frozenNobuyoshi Nakada
2022-12-02[Feature #19163] Data object should be frozenNobuyoshi Nakada
2022-11-30Use RTEST and add test for GH-6832Alan Wu
2022-11-30struct.c (struct_ivar_get): add conditional for potential Qnil returned by rb...Zack Deveau
2022-11-16Using UNDEF_P macroS-H-GAMELINKS
2022-10-06fix Data docs (#6497)Yuri Smirnov
2022-10-03Cannot `define` from defined `Data` class againNobuyoshi Nakada
2022-10-01Use the dedicated function to check arityNobuyoshi Nakada
2022-10-01Fix an out of bound accessNobuyoshi Nakada
2022-10-01Do not define the method only for RDocNobuyoshi Nakada
2022-09-30Add Data class implementation: Simple immutable value objectVictor Shepelev
2022-09-09[DOC] Update `Struct#new` behavior with `keyword_init: true`Nobuyoshi Nakada
2022-07-26Rename rb_ary_tmp_new to rb_ary_hidden_newPeter Zhu
2022-07-21Expand tabs [ci skip]Takashi Kokubun
2022-05-26Don't attempt to read ivars on T_ICLASS in struct (#5664)John Hawthorn
2022-04-13[ci skip] Fix docsPeter Zhu
2022-03-30Repaired What's Here sections for Range, String, Symbol, Struct (#5735)Burdette Lamar
2022-03-17A positional Hash is not keyword arguments [Bug #18632]Nobuyoshi Nakada
2022-02-12[DOC] Simplify operator method referencesNobuyoshi Nakada
2022-02-07[DOC] Use RDoc link style for links in the same class/modulePeter Zhu
2022-02-07[DOC] Use RDoc link style for links to other classes/modulesPeter Zhu
2022-02-06Improve links to labels in string.c and struct.c (#5531)Burdette Lamar
2021-12-26Initialize Struct by calling with keyword argumentsNobuyoshi Nakada
2021-12-25Fix typos [ci skip]Kazuhiro NISHIYAMA
2021-12-24Fix StructClass:: class method docszverok
2021-11-20`struct_pos_num` is no longer usedNobuyoshi Nakada
2021-11-19optimize `Struct` getter/setterKoichi Sasada
2021-10-25[DOC] Fix code markup [ci skip]Nobuyoshi Nakada
2021-10-03Using NIL_P macro instead of `== Qnil`S.H
2021-09-27Enhanced RDoc for Struct (#4895)Burdette Lamar
2021-09-24Enhanced RDoc for Struct (#4891)Burdette Lamar
2021-09-24Enhanced RDoc for Struct (#4890)Burdette Lamar
2021-09-23Enhance RDoc for Struct (#4885)Burdette Lamar
2021-09-15[DOC] Fix broken links [ci skip]Nobuyoshi Nakada
2021-09-11Using SYMBOL_P macroS-H-GAMELINKS
2021-07-15Make Struct#keyword_init? return nil by default [Feature #18008]Nobuyoshi Nakada
2021-07-15Regularize keyword_init values not to hold the argument objectNobuyoshi Nakada
2021-07-15struct.c: Add keyword_init? singleton method for StructClass (#4609)hkdnet
2021-01-17Warn Struct#initialize with only keyword args (#4070)Takashi Kokubun
2020-08-19RHASH_TBL: is now ext-only卜部昌平
2020-08-14Fix links to Dig Methods document (#3421)Burdette Lamar
2020-08-13Adding doc/dig_methods.rdoc and links to it (#3416)Burdette Lamar