gtkmeat 0.5.5

This commit is contained in:
tengel 2024-03-20 09:25:47 -05:00
parent 96f4e1a07f
commit e3e6450c9c
7 changed files with 57 additions and 24 deletions

View file

@ -1,3 +1,11 @@
Mon Jan 11 1999 v0.5.5 Troy Engel <tengel@sonic.net>
* replaced non ANSI C func strsep with strtok (Sun Solaris)
* replaced getenv("HOME") with glib equiv
* functions made static
* reworked g_malloc/g_free code, probably lost some mem leaks :)
* void main -> int main
* fixed RC buffer problem (darn \0)
Sun Jan 03 1999 Troy Engel <tengel@sonic.net>
* versioned to 0.5.4
* initial public release