This repository has been archived on 2024-03-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
gtkmeat/ChangeLog
2024-03-20 09:25:47 -05:00

13 lines
438 B
Text

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
* transmogrified from gtkSlash