f952570bddc07e87b7c5a3f62dd5fbe390b7fe48
|
2015-11-17 |
lib/logger.rb: Add Logger#reopen |
398abe4c51a5b30ed0aede285a69f73f05d629ca
|
2015-11-17 |
* lib/logger.rb: support symbol and string log level setting [fix GH-1101] |
f8d4793c1bbad59e3420b26ea2e18608f4990bb0
|
2015-11-17 |
* doc/maintainers.rdoc: Change lib/logger.rb maintainer from nahi to sonots |
9876377040ff710a8c68bea2530aafacf81334ff
|
2015-11-18 |
* test/logger/test_logdevice.rb: Fix tests of logger to make it work on windows (windows can not remove opened file) [Bug #11702] |
8594cab1403199685a35d9e8b7236f5598510119
|
2015-11-20 |
* lib/logger.rb: expose logger mutex [fix GH-541] Patch by @arthurnn |
460e9d8d83b22efad02f69925492195124f52a86
|
2016-02-09 |
* lib/logger.rb: Remove block from Logger.add as it's not needed patch provided by Daniel Lobato GarcĂ [fix GH-1240] [Bug #12054] |
1ba62fa93a200f92a8bd612a14f36a298ac4b3d1
|
2016-03-17 |
* lib/time.rb (parse, strptime): Fix Time.parse/strptime does not have compatibility with DateTime.parse/strptime in terms of parsing timezone [Bug #12190] [Fix GH-1297] |
5f11a6eb6cca740b08384d1e4a68df643d98398c
|
2016-03-18 |
* ext/date/date_core.c (datetime_to_time): preserve timezone info [Bug #12189] [Fix GH-1295] |
a0409533866991529136224b549f53f2ab61c8e4
|
2016-04-18 |
Allow specifying logger parameters in constructor |
2c6f15b1ad90af37d7e0eefff7b3f5262e0a4c0b
|
2016-04-18 |
* lib/logger.rb: Add shift_period_suffix option [Fix GH-10772] |
dd4f5901968487051e4cf5f3fdef640fce1a9e35
|
2016-04-18 |
* test/logger/test_logdevice.rb: fix tests to pass on windows |
7bb039973c6e2b05d4eca6ac97229e9c31ecf168
|
2016-04-19 |
* ChangeLog: Add descriptions for logger updates * NEWS: Add descriptions for logger updates |
eb20a743994cbe4da99447cf3650b0d593a86f97
|
2016-04-19 |
* ChangeLog: Fix dates of previous commits |
64231b49ca957b2a6810673e1f2abc3f63d11f29
|
2016-04-19 |
* lib/time.rb: revert r54167 because it would break backward compatibilities, and it is documented that Time.parse does not take into account time zone abbreations other than ones described in RFC 822 |
64f53f0dbfd103d3c0d5c567a849251ce6466086
|
2016-09-26 |
* lib/tempfile.rb: provide default basename parameter for Tempfile.create. [Feature #11965] Patch by Yuki Kurihara * test/test_tempfile.rb: ditto. |
10ee38b6bc0b3a2dcb9a52dc4ef80de95e03eb9a
|
2017-05-26 |
* lib/uri/common.rb: [DOC] add rdoc to describe URI.unescape is obsolete [ci-skip] [fix GH-1630] |
10082360b9124c3eaabfccf4fe10a3640c40a05e
|
2017-06-21 |
string.c: add String#delete_prefix and String#delete_prefix! to remove leading substr [Feature #12694] [fix GH-1632] |
0d036505997b489a7edfc07f99c0c95f9cb135ab
|
2017-06-21 |
test/ruby/test_string.rb: add tests to chomp substr |
510957df33be322875e7d863b9af6934f2574779
|
2017-07-20 |
string.c: add String#delete_suffix and String#delete_suffix! to remove trailing suffix [Feature #13665] [Fix GH-1661] |
1da648310d759e163620507ef0955eb5f0b76c32
|
2017-07-20 |
NEWS: Add String#delete_suffix and String#delete_suffix! |
93fe0ff2f1a2818523799d3da68cade115bec783
|
2017-07-20 |
logger.rb: Fix handling progname |
174fd5fd9af8cd0c55a286fe5f59b59c58e6262e
|
2017-08-29 |
.gitignore: ignore run.gdb |
c18503c25ab1d765603bee36d7683ef7a6085c65
|
2017-09-20 |
ruby.c: show help messages of --dump |
1aad241ae87bbcc38f542ae543d021a6e489beaf
|
2017-09-25 |
thread.c: Use 'Class.new' instead of 'Class::new' in doc codes. |
b5b2bd86f1bf0a3c97e9d193781d8f72ee0bd4d8
|
2017-09-29 |
test_etc.rb: fix test_getgrnam for duplicated group names |
9bad616b333f1f475abab85473e494d14b2b783b
|
2017-10-11 |
* .gitignore: ignore exe/ruby and exe/.time instead of bin/ruby because bin/ruby was renamed as exe/ruby at r59937. |
ec30bc5930d94ca86b9a85a127663ea162d4373f
|
2017-10-21 |
* string.c (deleted_prefix_length, deleted_suffix_length): Add doxygen comment. |
47dd9bf7d819b1f905c53d1acc74fa5806ec7fe2
|
2017-10-21 |
Add doxygen comments |
bc28011f02a172c9787a9981c883acabc10d43b4
|
2017-10-21 |
Fix typo in comment |
d9e11970f8bcc7de126be41efd934ccd94cdde8b
|
2017-10-21 |
* string.c: Remove errant "the" in gsub documentation patched by jlmuir (J. Lewis Muir) [fix GH-1679] |
ba9e870709d59cfea8c84bb2ef8f217bd3923e79
|
2017-10-21 |
* doc/regexp.rdoc: Fix regexp doc syntax highlighting patched by jlmuir (J. Lewis Muir) [fix GH-1678] |
71b932d675b53cbad6048e2c44a86b39b4310ad3
|
2017-10-21 |
* doc/regexp.rdoc: In regexp doc, two backslashes match one literally |
2adcc0b8faa27d9ffdea21403fbf97ec2f3fea66
|
2017-10-21 |
* object.c: Improve documentation of Kernel#Array |
84616bf9799f437806779e6cf73f00267f24808b
|
2017-10-21 |
* string.c: [DOC] Split rdoc of String#<< and String#concat [ci skip] |
cb4a2a6113b6bc745b23157a49e251a5b107d6fe
|
2017-10-22 |
common.mk: add install-capi to make help |
7176eb2df98ed89e686c5cc116e9e88ecb238a1c
|
2017-12-21 |
* lib/logger.rb (Logger::LogDevice#open_logfile, #create_logfile): Logger should be able to open only files [Bug #14212] |
136196785b10f7cffa1e4d557bc3bcc0e863813a
|
2019-03-18 |
[ruby/logger] Fix to use logger and test-unit in this repo with |
7f10da9d2762d1b6d0f3c45df4a23bbdc2d78e4c
|
2019-03-18 |
[ruby/logger] require 'logger/errors' just for compat |
7ef08562871ca6d209415f16f942f6cd2a67df54
|
2019-03-18 |
[ruby/logger] Update logger.gemspec |
0aafc32995b935b6c46c8439a3e2da008cd683fc
|
2019-03-21 |
[ruby/logger] frozen_string_literal: true |
0fe1b0508249bc6d64a67c17307a0037f29add74
|
2019-08-19 |
[ruby/logger] 1.4.0 |
ff7cc0dc34832a074ce42e383439b87ea63b42f7
|
2019-08-20 |
[ruby/logger] 1.4.1 |
0e3dae78b31fbb86233aac80668a06d9930ca47f
|
2017-10-21 |
template/Doxyfile.tmpl: EXTRACT_STATIC: YES [Bugs #14037] |