<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/doc/packed_data.rdoc, branch v3_3_11</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[DOC] Adjust heading levels</title>
<updated>2023-11-14T06:56:58+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-11-14T06:39:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=19a7a7660c34c862689f99b4f9b0447be92cbffb'/>
<id>19a7a7660c34c862689f99b4f9b0447be92cbffb</id>
<content type='text'>
So that the first headings would be the top-most headings.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So that the first headings would be the top-most headings.
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix Typo</title>
<updated>2023-10-11T22:26:24+00:00</updated>
<author>
<name>αlpha 0x00</name>
<email>leetiankai@gmail.com</email>
</author>
<published>2023-10-11T16:48:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=94508a8a60bd3cc783ac48961c6857342f46e872'/>
<id>94508a8a60bd3cc783ac48961c6857342f46e872</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Fix platform-dependent directives and modifiers</title>
<updated>2023-10-06T13:20:19+00:00</updated>
<author>
<name>Nobuyoshi Nakada</name>
<email>nobu@ruby-lang.org</email>
</author>
<published>2023-10-06T10:03:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7b8d472100332c77bb47a2e4834459c4a625d109'/>
<id>7b8d472100332c77bb47a2e4834459c4a625d109</id>
<content type='text'>
* 'j' and 'J' are not pointer directives.
* size of 'j' and 'J' are platform-dependent, may not be 64-bit.
* mention corresponding C types when native-size modifier is added.

Co-Authored-By: BurdetteLamar &lt;burdettelamar@yahoo.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* 'j' and 'J' are not pointer directives.
* size of 'j' and 'J' are platform-dependent, may not be 64-bit.
* mention corresponding C types when native-size modifier is added.

Co-Authored-By: BurdetteLamar &lt;burdettelamar@yahoo.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix packed_data.rdoc</title>
<updated>2023-04-15T14:09:04+00:00</updated>
<author>
<name>Benoit Daloze</name>
<email>eregontp@gmail.com</email>
</author>
<published>2023-04-15T14:09:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=4dc2e5a850e6b44e715ca8fa31d21dddf5ec1491'/>
<id>4dc2e5a850e6b44e715ca8fa31d21dddf5ec1491</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Array#pack: document silent truncation</title>
<updated>2022-12-20T18:17:57+00:00</updated>
<author>
<name>Jean Boussier</name>
<email>byroot@ruby-lang.org</email>
</author>
<published>2022-12-20T08:25:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=88040063d0ec8aa64e0de2a3afae7286ec53bfdb'/>
<id>88040063d0ec8aa64e0de2a3afae7286ec53bfdb</id>
<content type='text'>
Ref: [Feature #19245]

At the very least this behavior should be documented.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Ref: [Feature #19245]

At the very least this behavior should be documented.
</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Link to packed data doc (#6567)</title>
<updated>2022-10-18T15:16:22+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2022-10-18T15:16:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=d67b6310d3e529b4d4a56ba8d850aa5bccfb83b5'/>
<id>d67b6310d3e529b4d4a56ba8d850aa5bccfb83b5</id>
<content type='text'>
* Link to packed data doc

* Update pack.rb

Co-authored-by: Peter Zhu &lt;peter@peterzhu.ca&gt;

* Update pack.rb

Co-authored-by: Peter Zhu &lt;peter@peterzhu.ca&gt;

* Update pack.rb

Co-authored-by: Peter Zhu &lt;peter@peterzhu.ca&gt;

Co-authored-by: Peter Zhu &lt;peter@peterzhu.ca&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Link to packed data doc

* Update pack.rb

Co-authored-by: Peter Zhu &lt;peter@peterzhu.ca&gt;

* Update pack.rb

Co-authored-by: Peter Zhu &lt;peter@peterzhu.ca&gt;

* Update pack.rb

Co-authored-by: Peter Zhu &lt;peter@peterzhu.ca&gt;

Co-authored-by: Peter Zhu &lt;peter@peterzhu.ca&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[DOC] Packed data (#6520)</title>
<updated>2022-10-15T15:53:08+00:00</updated>
<author>
<name>Burdette Lamar</name>
<email>BurdetteLamar@Yahoo.com</email>
</author>
<published>2022-10-15T15:53:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=8d20632df849833d8a98f3d6f5e61f32eefa0fa6'/>
<id>8d20632df849833d8a98f3d6f5e61f32eefa0fa6</id>
<content type='text'>
New page for packed data</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New page for packed data</pre>
</div>
</content>
</entry>
</feed>
