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.
gtkslash/ChangeLog
2024-03-20 09:24:54 -05:00

17 lines
654 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 (fpetitje@bureauveritas.com)
* 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 v0.5.4 Troy Engel <tengel@sonic.net>
* implemented autoconf/automake support (*nix, Bruce Smith)
* *nix netscape launching cleaned up
* removed bad list clearing (Bruce Smith)
* repackaged in standard *nix format
Sun Dec 13 1998 v0.5.3 Troy Engel <tengel@sonic.net>
* initial public release