From fe02bc74f589b99353d481ed7bac03206fdb629e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net>
Date: Wed, 15 Nov 1995 11:11:55 +0100
Subject: [PATCH] entries added

Rev: src/ChangeLog:1.10
---
 src/ChangeLog | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/src/ChangeLog b/src/ChangeLog
index b255aeff89..621b20c2a2 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,28 @@
+Wed Nov 15 10:56:45 1995  Fredrik Hubinette  <hubbe@sparky.signum.se>
+
+	* sprintf.c: now includes memory.h (for xalloc)
+	* configure.in: added check to see if -pipe works, fixed caching of
+          oneshot signal tests.
+	* builtin_efuns.c: exit() now only deallocates memory when DEBUG
+	  is defined.
+
+Tue Nov 14 04:57:29 1995  Fredrik Hubinette  <hubbe@sparky.signum.se>
+
+	* configure.in: Added a kluge for the linux -g -lm bug
+
+	* language.y: major bug: free on totally wrong value fixed
+	* lpc_signals.c: forgot to initialize an element in the struct
+          sigvec or sigaction: fixed
+	* array.c (compact_array): Used wrong type, screwed up
+          a lot of things. Now fixed
+	  (low_lookup): Didn't work correctly if sizeof(int)!=sizeof(char*)
+	* svalue.c (is_eq): if sizeof(int) != sizeof(char *) this
+	  didn't work
+
+Mon Nov 13 00:40:13 1995  Fredrik Hubinette  <hubbe@sparky.signum.se>
+
+	* svalue.c (is_eq): added T_PROGRAM to is_equal
+
 Sun Nov 12 21:45:20 1995  Fredrik Hubinette  <hubbe@sparky.signum.se>
 
 	* modules/file: struct file renamed to struct my_file
-- 
GitLab