./wip/pike-core, Dynamic programming language with a syntax similar to C++

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 7.8.700, Package name: pike-core-7.8.700, Maintainer: cheusov

Pike is a dynamic programming language with a syntax similar to Java
and C. It is simple to learn, does not require long compilation passes
and has powerful built-in data types allowing simple and really fast
data manipulation.


Required to run:
[devel/gmp] [security/nettle]

Required to build:
[pkgtools/cwrappers]

Master sites:

RMD160: 241c6d531ac74a64322ef57bdd7dee306be1e8c3
Filesize: 14525.423 KB

Version history: (Expand)


CVS history: (Expand)


   2012-12-15 14:35:23 by Aleksey Cheusov | Files touched by this commit (7)
Log message:

destdir support. Clean-ups
   2012-12-15 01:13:02 by Aleksey Cheusov | Files touched by this commit (4)
Log message:

Update Pike to 7.8.700. Pike packages need a lot of improvements.
   2012-10-05 13:31:51 by Aleksej Saushev | Files touched by this commit (25)
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
   2011-10-09 12:05:43 by Aleksey Cheusov | Files touched by this commit (25)
Log message:
Update my email

   2011-04-26 11:24:52 by Adam Ciarcinski | Files touched by this commit (7)
Log message:
Moved libnettle to security/nettle

   2009-10-11 12:44:55 by Thomas Klausner | Files touched by this commit (222)
Log message:
Remove obsolete @dirrm lines.
   2008-09-06 13:44:24 by Aleksey Cheusov | Files touched by this commit (3) | Package updated
Log message:

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.
   2008-05-24 17:34:08 by Tobias Nygren | Files touched by this commit (146)
Log message:
This commit brought to you by the automated whitespace police (pkglint)