summaryrefslogtreecommitdiff
path: root/pack.rb
Commit message (Collapse)AuthorAgeFilesLines
* [DOC] Link to packed data doc (#6567)Burdette Lamar2022-10-181-288/+10
| | | | | | | | | | | | | | | | | * Link to packed data doc * Update pack.rb Co-authored-by: Peter Zhu <peter@peterzhu.ca> * Update pack.rb Co-authored-by: Peter Zhu <peter@peterzhu.ca> * Update pack.rb Co-authored-by: Peter Zhu <peter@peterzhu.ca> Co-authored-by: Peter Zhu <peter@peterzhu.ca>
* [DOC] Repair format and links in What's Here sections (#5711)Burdette Lamar2022-03-251-2/+0
| | | | | * Repair format and links in What's Here for Comparable and Array * Repair format for What's Here in enum.c
* [DOC] Fix String#unpack and #unpack1 docs (#5331)Victor Shepelev2021-12-231-14/+15
|
* pack.c: add an offset argument to unpack and unpack1Jean Boussier2021-10-261-7/+24
| | | | | | [Feature #18254] This is useful to avoid repeteadly copying strings when parsing binary formats
* add example for buffer: argument of pack.Tanaka Akira2021-10-251-0/+10
|
* [DOC] Fix grammar: "is same as" -> "is the same as"Marcus Stollsteimer2021-01-051-8/+8
|
* [DOC] Fixed a typo [ci skip]Nobuyoshi Nakada2020-11-161-1/+1
|
* [Feature #16254] Use `Primitive.func` styleNobuyoshi Nakada2020-06-191-3/+3
|
* [Feature #16254] Use `__builtin.func` styleNobuyoshi Nakada2020-06-191-3/+3
|
* Rubified the APIs of pack.cYusuke Endoh2019-11-081-0/+283