pike.git/
CHANGES
Branch:
Tag:
Non-build tags
All tags
No tags
2008-06-29
2008-06-29 20:56:49 by Martin Nilsson <mani@lysator.liu.se>
288da09de753c5f39f1c20cd4752255c2d98d970 (
24
lines) (+
19
/-
5
)
[
Show
|
Annotate
]
Branch:
7.9
Progress
Rev: CHANGES:1.109
199:
o protected The modifier protected is now an alias for the modifier static.
+
NOTE: In next release static will be deprecated.
o Pike_fp->context
1073:
src:
-
CommonLog: fixed sign bug
+
files: FIXME
-
Gettext: lots of build fixes
+
gmp: FIXME java: FIXME mysql: FIXME
1097:
New malloc on Windows.
-
supports calling of aliases.
-
+
poll/epoll getenv() and putenv() are now accessing and modifying the real
1109:
exit w/ werror
-
T
_
SCOPE
nodes
+
Iterator->next() no longer optional.
+
+
sscanf %O %H %[^-X] (!= %[^X-]) %[X-X]
+
+
env argument to main()
+
+
c-api: Added %c and %C to get
_
all_args
to get char * with/without
+
NULL. (%c is an alias for %s but %C is new.)
+
+
extern variables.
+
+
7.4::blaha
+
+
now supports micin for static symbols.
+
+
Inherit::this and Inherit::this_program now works.
+