ameuret (Arnaud MEURET)
- Login: ameuret
- Email: arnaud@meuret.name
- Registered on: 06/03/2008
- Last sign in: 07/19/2012
Issues
| open | closed | Total | |
|---|---|---|---|
| Assigned issues | 0 | 0 | 0 |
| Reported issues | 0 | 2 | 2 |
Activity
07/12/2012
-
11:08 PM Ruby Bug #6726 (Closed): Syslog crashes when the special %m tag (of syslog(3)) is present in the message
- The %m special escape sequence supported by the syslog(3) system call is claimed by the Ruby doc to be supported by the ::Syslog Ruby class. However the implementation of ::Syslog in ext/syslog/syslog.c:49 (https://github.com/ruby/ruby/b...
06/03/2008
-
03:49 AM Ruby Bug #26 (Closed): [DOC] Typo in enumerator.c (Enumerator.new)
- =begin
The doc for Enumerable::Enumerator.new(obj, method = :each, *args) states:
Use of this method is not discouraged.
It should probably be:
Use of this method is discouraged.
line 240 in rev #16614
=end