Query
Monday 10 September 2018
2018-09-10 12:39:15 (4 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/language.yacc (+4/-3)(7 lines)
branch: master
Compiler [Compat]: static_assert() is now valid in expressions again.
As static_assert() is valid in expressions in Pike 8.0, it should
be that in Pike 8.1 too for compatibility reasons.
This also makes it possible to use static_assert() in Hilfe.
FIXME: Consider warning about such use?
Friday 26 September 2014
2014-09-26 14:01:47 (8 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- Roxen/server/etc/modules/Variable.pmod/module.pmod (+0/-0)(0 lines)
branch: devel
Merge branch 'patches/stringlist-whitespace' into devel
* patches/stringlist-whitespace:
Variable [compat]: Keep internal whitespace in string lists.
- Roxen/.gitattributes (+1/-1)(2 lines)
- Roxen/server/etc/modules/Variable.pmod/module.pmod (+4/-2)(6 lines)
branch: d054f65150591e6eac8d2e9c98036289274758b3
Variable [compat]: Keep internal whitespace in string lists.
The compat code converting from TYPE_STRING to TYPE_STRING_LIST now
keeps internal whitespace.
Tuesday 01 October 2013
2013-10-01 18:49:02 (9 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- Roxen/server/etc/modules/RXML.pmod/module.pmod (+0/-0)(0 lines)
branch: devel
Merge branch 'patches/pike7.9' into devel
* patches/pike7.9:
[compat][debug] Fix PikeCompile compat with Pike 7.9.
2013-10-01 18:46:23 (9 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- Roxen/server/etc/modules/RXML.pmod/module.pmod (+0/-0)(0 lines)
branch: 5.2
Merge branch 'patches/pike7.9' into 5.2
* patches/pike7.9:
[compat][debug] Fix PikeCompile compat with Pike 7.9.
2013-10-01 18:44:04 (9 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- Roxen/server/etc/modules/RXML.pmod/module.pmod (+4/-3)(7 lines)
branch: 2b719fbfd3b96921d285cb8aadb76b4a27bb654c
[compat][debug] Fix PikeCompile compat with Pike 7.9.
String.Buffer in Pike 7.9 contains a sprintf() function. Make sure
not to call it (due to our inherit) since we want the normal one.
Fixes some more cases of "Bad argument 1 to add(). Expected string."
where add() was passed an int.
2013-10-01 18:40:02 (9 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- Roxen/.gitattributes (+0/-0)(0 lines)
- Roxen/server/etc/modules/RXML.pmod/module.pmod (+0/-0)(0 lines)
branch: 2b719fbfd3b96921d285cb8aadb76b4a27bb654c
Merge commit '6d239d6' into patches/pike7.9
* commit '6d239d6':
[compat][debug] Fix PikeCompile compat with Pike 7.9.
Thursday 27 June 2013
2013-06-27 12:07:14 (9 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- Roxen/.gitattributes (+1/-1)(2 lines)
- Roxen/server/etc/modules/RXML.pmod/module.pmod (+0/-0)(0 lines)
branch: 5.2
Merge branch 'patches/pike7.9' into 5.2
* patches/pike7.9:
[compat][debug] Fix PikeCompile compat with Pike 7.9.
- Roxen/server/etc/modules/RXML.pmod/module.pmod (+0/-0)(0 lines)
branch: devel
Merge branch 'patches/pike7.9' into devel
* patches/pike7.9:
[compat][debug] Fix PikeCompile compat with Pike 7.9.
2013-06-27 11:59:14 (9 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- Roxen/.gitattributes (+1/-1)(2 lines)
- Roxen/server/etc/modules/RXML.pmod/module.pmod (+4/-2)(6 lines)
branch: 6d239d613bd85d73eea7b7dc824c716986a537a6
[compat][debug] Fix PikeCompile compat with Pike 7.9.
String.Buffer in Pike 7.9 contains a sprintf() function. Make sure
not to call it (due to our inherit) since we want the normal one.
Fixes "Bad argument 1 to add(). Expected string." where add()
was passed an int.
Monday 06 August 2001
2001-08-06 18:44:37 (2 decades ago) by Martin Stjernholm <mast@lysator.liu.se>
- Roxen/server/start (cvsrev: 1.173) (+20/-6)(26 lines)
branch: 5.2
Changed the default debugging level to exclude MODULE_DEBUG, since it
nowadays adds some runtime overhead. Introduced new argument
--module-debug to add it. --once also implies --module-debug.
[COMPAT] note: This change ought to be in the release notes.