<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/libc/test/src, branch users/nico/python-2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>Revert "Fix wcpncpy() return value; add test." (#146752)</title>
<updated>2025-07-02T18:08:21+00:00</updated>
<author>
<name>Michael Jones</name>
<email>michaelrj@google.com</email>
</author>
<published>2025-07-02T18:08:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=77d95911a3a4dc7445280cd5ee217e2a47a41b47'/>
<id>77d95911a3a4dc7445280cd5ee217e2a47a41b47</id>
<content type='text'>
This reverts commit 988876cdd918d5b945a072a3d643b5fa22ae2917.
Was intended to be a PR</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 988876cdd918d5b945a072a3d643b5fa22ae2917.
Was intended to be a PR</pre>
</div>
</content>
</entry>
<entry>
<title>Fix wcpncpy() return value; add test.</title>
<updated>2025-07-02T18:00:02+00:00</updated>
<author>
<name>enh-google</name>
<email>enh@google.com</email>
</author>
<published>2025-07-02T18:00:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=988876cdd918d5b945a072a3d643b5fa22ae2917'/>
<id>988876cdd918d5b945a072a3d643b5fa22ae2917</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] wcscspn implementation (#146158)</title>
<updated>2025-07-01T15:56:09+00:00</updated>
<author>
<name>sribee8</name>
<email>sriya.pratipati@gmail.com</email>
</author>
<published>2025-07-01T15:56:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=47e28d9cd1c08690fa77d81b537594cb2e92f0f4'/>
<id>47e28d9cd1c08690fa77d81b537594cb2e92f0f4</id>
<content type='text'>
Implemented wcscspn and tests.

---------

Co-authored-by: Sriya Pratipati &lt;sriyap@google.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implemented wcscspn and tests.

---------

Co-authored-by: Sriya Pratipati &lt;sriyap@google.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] wcstok implementation (#145989)</title>
<updated>2025-06-30T17:41:00+00:00</updated>
<author>
<name>Uzair Nawaz</name>
<email>uzairnawaz@google.com</email>
</author>
<published>2025-06-30T17:41:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=7a33b709b1e2bd3032593b259a741905dce874f8'/>
<id>7a33b709b1e2bd3032593b259a741905dce874f8</id>
<content type='text'>
Implemented wcstok and added tests</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implemented wcstok and added tests</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Changed CharacterConverter returns (#146130)</title>
<updated>2025-06-27T21:50:09+00:00</updated>
<author>
<name>sribee8</name>
<email>sriya.pratipati@gmail.com</email>
</author>
<published>2025-06-27T21:50:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=f58caed1bc509e5b0f3ab4e875afc1c85183ec55'/>
<id>f58caed1bc509e5b0f3ab4e875afc1c85183ec55</id>
<content type='text'>
changed internal CharacterConverter returns to return errno macro when
necessary for consistency.

---------

Co-authored-by: Sriya Pratipati &lt;sriyap@google.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
changed internal CharacterConverter returns to return errno macro when
necessary for consistency.

---------

Co-authored-by: Sriya Pratipati &lt;sriyap@google.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Implemented wcsnlen (#145610)</title>
<updated>2025-06-27T16:51:37+00:00</updated>
<author>
<name>sribee8</name>
<email>sriya.pratipati@gmail.com</email>
</author>
<published>2025-06-27T16:51:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=ac7e3910350aed59495883d4193275106047645f'/>
<id>ac7e3910350aed59495883d4193275106047645f</id>
<content type='text'>
Implemented wcsnlen and tests for the function.

---------

Co-authored-by: Sriya Pratipati &lt;sriyap@google.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implemented wcsnlen and tests for the function.

---------

Co-authored-by: Sriya Pratipati &lt;sriyap@google.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Error fixes for mbrtowc and wcrtomb (#145785)</title>
<updated>2025-06-25T21:37:41+00:00</updated>
<author>
<name>sribee8</name>
<email>sriya.pratipati@gmail.com</email>
</author>
<published>2025-06-25T21:37:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=bd86fc9252384f4b3174f07a615ffe371788584b'/>
<id>bd86fc9252384f4b3174f07a615ffe371788584b</id>
<content type='text'>
Invalid mbstate_t should set errno to EINVAL.
Changed Error return for the internal functions and added tests for the
public functions.

Co-authored-by: Sriya Pratipati &lt;sriyap@google.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Invalid mbstate_t should set errno to EINVAL.
Changed Error return for the internal functions and added tests for the
public functions.

Co-authored-by: Sriya Pratipati &lt;sriyap@google.com&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Implemented wctomb (#145554)</title>
<updated>2025-06-25T20:23:47+00:00</updated>
<author>
<name>Uzair Nawaz</name>
<email>uzairnawaz@google.com</email>
</author>
<published>2025-06-25T20:23:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=2db0289abe17f4200320a620ad331d870198241f'/>
<id>2db0289abe17f4200320a620ad331d870198241f</id>
<content type='text'>
Implemented wctomb by calling internal wcrtomb function
Added tests</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implemented wctomb by calling internal wcrtomb function
Added tests</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] Added isValidState to CharacterConverter class to ensure a provided mbstate is valid (#145564)</title>
<updated>2025-06-25T19:06:22+00:00</updated>
<author>
<name>Uzair Nawaz</name>
<email>uzairnawaz@google.com</email>
</author>
<published>2025-06-25T19:06:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=1c56d101a2140b14dec62097849493ed2ea6cc7f'/>
<id>1c56d101a2140b14dec62097849493ed2ea6cc7f</id>
<content type='text'>
Added isValidState to CharacterConverter class to ensure a provided
mbstate is valid</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added isValidState to CharacterConverter class to ensure a provided
mbstate is valid</pre>
</div>
</content>
</entry>
<entry>
<title>[libc] wcpncpy implementation (#145430)</title>
<updated>2025-06-23T23:35:28+00:00</updated>
<author>
<name>sribee8</name>
<email>sriya.pratipati@gmail.com</email>
</author>
<published>2025-06-23T23:35:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=bc5e5c0114fb50f47c2dd840c58c30c3e871f040'/>
<id>bc5e5c0114fb50f47c2dd840c58c30c3e871f040</id>
<content type='text'>
Implemented wcpncpy and tests.

---------

Co-authored-by: Sriya Pratipati &lt;sriyap@google.com&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Implemented wcpncpy and tests.

---------

Co-authored-by: Sriya Pratipati &lt;sriyap@google.com&gt;</pre>
</div>
</content>
</entry>
</feed>
