<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rayedit.git/config.h, branch feat/piece</title>
<subtitle>Text editor for large files
</subtitle>
<id>http://git.dilluti0n.com/rayedit.git/atom?h=feat%2Fpiece</id>
<link rel='self' href='http://git.dilluti0n.com/rayedit.git/atom?h=feat%2Fpiece'/>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/rayedit.git/'/>
<updated>2025-05-14T05:45:36Z</updated>
<entry>
<title>refactor: replace #ifdef DEBUG printf to log_printf</title>
<updated>2025-05-14T05:45:36Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2025-05-14T05:44:49Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/rayedit.git/commit/?id=1c437616c793c07f0afb78551056052413ba520b'/>
<id>urn:sha1:1c437616c793c07f0afb78551056052413ba520b</id>
<content type='text'>
- fix log_printf to not automatically insert newline
</content>
</entry>
<entry>
<title>refactor: introduce mem.h; wrappers for allocators</title>
<updated>2025-05-10T13:51:23Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2025-05-10T13:13:33Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/rayedit.git/commit/?id=d6872a59a28c8db551ff0b18c9d9041c5cbaa5a5'/>
<id>urn:sha1:d6872a59a28c8db551ff0b18c9d9041c5cbaa5a5</id>
<content type='text'>
This patch removes the dependency on raylib when allocating memory.
</content>
</entry>
<entry>
<title>implement: eb_backspace</title>
<updated>2025-04-26T18:20:55Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2025-04-26T18:20:55Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/rayedit.git/commit/?id=b0628d52a7497a93768389ef4489000951cfd28d'/>
<id>urn:sha1:b0628d52a7497a93768389ef4489000951cfd28d</id>
<content type='text'>
quite a nested function. to implement lazy allocation for line
buffer. is there a proper way to do it???

[minor]
fix warning msg on eb_insert which was incomplecation type on printf
add &lt;stdio.h&gt; on config.h DEBUG section
</content>
</entry>
<entry>
<title>refactor: move debugs to config.h and handle build gracefully</title>
<updated>2025-04-26T16:46:27Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2025-04-26T16:46:27Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/rayedit.git/commit/?id=12443123cb0b6607b4360a96d8bf6880b4a1499f'/>
<id>urn:sha1:12443123cb0b6607b4360a96d8bf6880b4a1499f</id>
<content type='text'>
makefile now handle each object and sources seperately to handle
header change gracefully.

and from now on, #DEBUG should declared inside of config.h
</content>
</entry>
<entry>
<title>implement: line_delete</title>
<updated>2025-04-26T15:17:44Z</updated>
<author>
<name>dilluti0n</name>
<email>hskimse1@gmail.com</email>
</author>
<published>2025-04-26T15:15:42Z</published>
<link rel='alternate' type='text/html' href='http://git.dilluti0n.com/rayedit.git/commit/?id=313461fc73886a6951c0e408e1052eb4af3454f9'/>
<id>urn:sha1:313461fc73886a6951c0e408e1052eb4af3454f9</id>
<content type='text'>
fix eb_backspace to actually backspace char, not delete it

[minor]
fix line_insert to handle li-&gt;last correctly
</content>
</entry>
</feed>
