chiark
/
gitweb
/
~ian
/
chiark-tcl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ff05111
)
Portability fixes:
author
ian
<ian>
Tue, 29 Jul 2008 21:17:13 +0000
(21:17 +0000)
committer
ian
<ian>
Tue, 29 Jul 2008 21:17:13 +0000
(21:17 +0000)
* #include <limits.h> (for INT_MAX). Closes: #489901.
base/chiark-tcl.h
patch
|
blob
|
history
debian/changelog
patch
|
blob
|
history
diff --git
a/base/chiark-tcl.h
b/base/chiark-tcl.h
index 1ec2e4edbc1e5d91690c02fd31da1d28037a6beb..38edaa8e9a484098b16bc444d0d488390dffb65f 100644
(file)
--- a/
base/chiark-tcl.h
+++ b/
base/chiark-tcl.h
@@
-26,6
+26,7
@@
#include <errno.h>
#include <unistd.h>
#include <fcntl.h>
+#include <limits.h>
#include <sys/socket.h>
#include <sys/uio.h>
#include <sys/un.h>
diff --git
a/debian/changelog
b/debian/changelog
index 1b84bb1651cd13fd94f6b1dbad24c088c7a9cb91..ab078315eb242d81b9a22462f2e3c900eb776a54 100644
(file)
--- a/
debian/changelog
+++ b/
debian/changelog
@@
-1,3
+1,10
@@
+chiark-tcl (1.1.1) unstable; urgency=low
+
+ Portability fixes:
+ * #include <limits.h> (for INT_MAX). Closes: #489901.
+
+ --
+
chiark-tcl (1.1.0) unstable; urgency=high
New features: