Query
Tuesday 09 March 2021
2021-03-09 13:20:53 (2 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/pike_types.cmod (+2/-1)(3 lines)
branch: master
Runtime [DEBUG]: Improved robustness.
Tuesday 02 April 2019
2019-04-02 13:08:13 (4 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/program.c (+10/-3)(13 lines)
branch: master
Compiler [debug]: Updated yet another linenumber parser.
Thursday 21 March 2019
2019-03-21 14:00:24 (4 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/program.c (+72/-9)(81 lines)
branch: master
Compiler [debug]: Updated a few more linenumber parsers.
Monday 27 November 2017
2017-11-27 12:57:35 (6 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- Roxen/server/base_server/fsgc.pike (+2/-1)(3 lines)
branch: 6.0
FSGC [DEBUG]: Don't claim that the root directory is getting deleted.
Friday 17 November 2017
2017-11-17 12:55:03 (6 years ago) by Anders Johansson <anders@roxen.com>
- Roxen/server/base_server/fsgc.pike (+0/-0)(0 lines)
branch: 6.1
Merge branch 'patches/ep302' into 6.1
* patches/ep302:
FSGC: Avoid using DefaultMonitor implementation [EP-329]
FSGC: Fixed some typos.
FSGC [DEBUG]: Don't claim that the root directory is getting deleted.
FSGC: Pedantic threshold fix.
FSGC: Restore stable change notification after override.
FSGC: Override accelerated stable change notification [EP-327]
Thursday 16 November 2017
2017-11-16 17:23:53 (6 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- Roxen/server/base_server/fsgc.pike (+0/-0)(0 lines)
branch: 7.0
Merge branch 'patches/ep302' into devel
* patches/ep302:
FSGC [DEBUG]: Don't claim that the root directory is getting deleted.
FSGC: Pedantic threshold fix.
FSGC: Restore stable change notification after override.
2017-11-16 17:21:13 (6 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- Roxen/server/base_server/fsgc.pike (+2/-1)(3 lines)
branch: patches/ep302
FSGC [DEBUG]: Don't claim that the root directory is getting deleted.
Friday 19 May 2017
2017-05-19 10:08:42 (6 years ago) by Per Cederqvist <cederp@opera.com>
- pike/src/callback.c (+2/-1)(3 lines)
branch: 8.0
Callbacks [debug]: Fix typo in mask in check_callback_chain().
Fixes infinite loop in circularity detection.
Thanks to Per Cederqvist <cederp@opera.com> for the report and patch.
Fixes [LysLysKOM 22087722].
2017-05-19 10:05:35 (6 years ago) by Per Cederqvist <cederp@opera.com>
- pike/src/callback.c (+2/-1)(3 lines)
branch: 8.1
Callbacks [debug]: Fix typo in mask in check_callback_chain().
Fixes infinite loop in circularity detection.
Thanks to Per Cederqvist <cederp@opera.com> for the report and patch.
Fixes [LysLysKOM 22087722].
Thursday 11 June 2015
2015-06-11 12:09:05 (8 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/gc.c (+3/-2)(5 lines)
branch: 8.0
Build [debug]: Fixed some uninitialized pointers.
Thursday 04 June 2015
2015-06-04 18:00:39 (8 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- pike/src/gc.c (+3/-2)(5 lines)
branch: 8.1
Build [debug]: Fixed some uninitialized pointers.
Tuesday 01 October 2013
2013-10-01 18:49:02 (10 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 (10 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 (10 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 (10 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 (10 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 (10 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.
2013-06-27 11:41:41 (10 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- Roxen/server/base_server/roxen.pike (+0/-0)(0 lines)
branch: devel
Merge branch 'patches/gclogging' into devel
* patches/gclogging:
[debug] Improve LOG_GC_TIMESTAMPS by using gc callbacks.
- Roxen/server/base_server/roxen.pike (+0/-0)(0 lines)
branch: 5.2
Merge branch 'patches/gclogging' into 5.2
* patches/gclogging:
[debug] Improve LOG_GC_TIMESTAMPS by using gc callbacks.
2013-06-27 11:30:00 (10 years ago) by Henrik Grubbström (Grubba) <grubba@grubba.org>
- Roxen/.gitattributes (+1/-1)(2 lines)
- Roxen/server/base_server/roxen.pike (+36/-2)(38 lines)
branch: 61c65e471349019b5ccfa023d7664877d77defa8
[debug] Improve LOG_GC_TIMESTAMPS by using gc callbacks.
The LOG_GC_TIMESTAMPS mode now logs objects that contain
cyclic references and keeps a histogram of corresponding
programs.
This should simplify identification of memory leaks.