Commit graph

11 commits

Author SHA1 Message Date
Aleksey Cheusov
043c1305db updated to 7.6.112
Pike 7.6.66 vs. 7.6.86.

	Changes in Pike
        ---------------
	Added support for "100 Continue" to Protocols.HTTP.Server.
	Fixed Keep alive issues in Protocols.HTTP.Server.
	Fixed SSL.sslfile to ensure that a read callback gets a call if it's
	installed when there already is data in the internal read buffer.
	Fixed Cache.cache to work without threads again.
	Fixed a typo in Array.diff3 that in some rare cases caused it to
	merge a difference into a three-way equality.
	Fixed a bug where reused local variables weren't cleared properly.
	Fixed sorting order for huge characters.
	The values returned by Thread.status is now available as constants
	in the Thread module.
	Added peek() method to ADT.Heap and Priority_queue.
	Fixed "file not open" error when performing multiple operations on a
	Filesystem.Tar file.
	Fixed a rare PNG decoding issue.
	Proper handling of NULL elements in Postgres.
	Fix for potential SQL injection vulnerability in Postgres.
	Added support for WSAECONNRESET in SSL on win32.




	Other
	-----
	Fixed bug causing local variables to never be reused,
              which in turn leads to huge stack frames.
	Fix to avoid the cleanup thread becoming garbage when the cache
		object is destructed.
	Various UCS-2/SQLWCHAR related fixes in Odbc. Potentially fixes
		problems where wchar_t is 4 bytes (eg MacOS X).
	More multiset gc fixes.
	Fixed support for running dmalloc Pike with -d.



	Build fixes
	-----------
	Fixed VC8 compilation.
	Fixed support for C++ modules.
	Improved support for Darwin x86.
2008-09-06 11:44:24 +00:00
Tobias Nygren
5095532425 This commit brought to you by the automated whitespace police (pkglint) 2008-05-24 15:34:08 +00:00
Aleksey Cheusov
84af67f1f8 nothing 2007-09-14 06:49:11 +00:00
Aleksey Cheusov
4c0429154f todo list 2006-11-04 20:15:55 +00:00
Sergey Svishchev
4f46d1157a Delint:
- add or fix RCS ids
- fix permission problems (USE_TOOLS etc.)
- fix MESSAGE, DESCR, COMMENT problems
- other minor tweaks (all reported by pkglint -Wall)
2006-10-29 11:23:06 +00:00
Thomas Klausner
c8c266607b Update to 7.6.86:
Changes since Pike 7.6.66
----------------------------------------------------------------------

Changes in Pike:

o Added support for "100 Continue" to Protocols.HTTP.Server.
o Fixed Keep alive issues in Protocols.HTTP.Server.
o Fixed SSL.sslfile to ensure that a read callback gets a call if it's
  installed when there already is data in the internal read buffer.
o Fixed Cache.cache to work without threads again.
o Fixed a typo in Array.diff3 that in some rare cases caused it to
  merge a difference into a three-way equality.
o Fixed a bug where reused local variables weren't cleared properly.
o Fixed sorting order for huge characters.
o The values returned by Thread.status is now available as constants
  in the Thread module.
o Added peek() method to ADT.Heap and Priority_queue.
o Fixed "file not open" error when performing multiple operations on a
  Filesystem.Tar file.
o Fixed a rare PNG decoding issue.
o Proper handling of NULL elements in Postgres.
o Fix for potential SQL injection vulnerability in Postgres.
o Added support for WSAECONNRESET in SSL on win32.

Other:

o Fixed bug causing local variables to never be reused, which in turn
  leads to huge stack frames.
o Fix to avoid the cleanup thread becoming garbage when the cache
  object is destructed.
o Various UCS-2/SQLWCHAR related fixes in Odbc. Potentially fixes
  problems where wchar_t is 4 bytes (eg MacOS X).
o More multiset gc fixes.
o Fixed support for running dmalloc Pike with -d.

Build fixes:
o Fixed VC8 compilation.
o Fixed support for C++ modules.
o Improved support for Darwin x86.
2006-07-06 21:15:59 +00:00
Aleksey Cheusov
01cf0479c0 fix in shell command 2006-07-05 22:02:59 +00:00
Aleksey Cheusov
872436a785 fixed: DEPENDS+... 2006-05-14 22:43:30 +00:00
Aleksey Cheusov
a6c81f732e PLIST and Makefiles fixes and improvements 2006-05-14 22:29:08 +00:00
Aleksey Cheusov
c425d31213 minor fixes 2006-05-14 21:27:00 +00:00
Aleksey Cheusov
2fed6dca33 initial version of packages related to Pike programming language.
idea: one Pike module - one pkgsrc package.
2006-05-14 21:21:40 +00:00