| Commit message (Expand) | Author | Age | Files | Lines |
* | * lib/csv.rb: Fix unused variable warnings. | marcandre | 2010-07-11 | 1 | -2/+2 |
* | * lib/logger.rb: imported upstream version (logger/1.2.7) see #2238. | nahi | 2009-10-20 | 1 | -42/+60 |
* | * lib/logger.rb (Logger): should handle the case that cvs/svn do | matz | 2008-11-19 | 1 | -1/+7 |
* | * lib/logger.rb (ProgName): fixed typo. | nobu | 2008-11-18 | 1 | -1/+1 |
* | * lib/logger.rb (ProgName): fixed for svn, based on a patch from | nobu | 2008-11-18 | 1 | -2/+2 |
* | * lib/rdoc.rb: massive spelling correction patch from Evan Farrar | matz | 2008-06-04 | 1 | -1/+1 |
* | * lib/logger.rb (Logger::Application): remove meaningless logdev | nahi | 2007-05-16 | 1 | -7/+30 |
* | Documentation cleanup. | drbrain | 2006-08-04 | 1 | -10/+1 |
* | * lib/logger.rb: improves the amount of documentation that Rdoc | matz | 2006-07-31 | 1 | -3/+3 |
* | * lib/logger.rb (Logger): added formatter accessor to logger for | nahi | 2005-09-13 | 1 | -78/+64 |
* | * lib/logger.rb (write, shift_log?, shift_log): file shifting race | nahi | 2005-08-20 | 1 | -65/+64 |
* | document fix [ruby-dev:26516] (patch from Kazuhiro NISHIYAMA) | ocean | 2005-07-16 | 1 | -4/+3 |
* | * parse.y (string_content): turn off NODE_NEWLINE flag to avoid | matz | 2004-05-07 | 1 | -0/+1 |
* | * dln.c, io.c, pack.c, lib/benchmark.rb, lib/cgi.rb, lib/csv.rb, | nobu | 2004-04-18 | 1 | -2/+2 |
* | * lib/logger.rb: trim tail space of each line. no user visible change. | nahi | 2004-03-26 | 1 | -7/+7 |
* | * lib/logger.rb: leading 0 padding of timestamp usec part. | nahi | 2004-01-30 | 1 | -1/+1 |
* | * lib/logger.rb(Logger#msg2str): no special treatment for the object | nahi | 2004-01-06 | 1 | -29/+17 |
* | * lib/logger.rb: enhanced documentation. | gsinclair | 2004-01-05 | 1 | -207/+351 |
* | * lib/logger.rb: check if the given logdevice object respond_to :write and | nahi | 2003-09-29 | 1 | -1/+1 |
* | * lib/logger.rb: add Logger#<<(msg) for writing msg without any formatting. | nahi | 2003-09-23 | 1 | -0/+18 |
* | * lib/logger.rb: typo fixed. | nahi | 2003-09-20 | 1 | -5/+8 |
* | * lib/logger.rb: Comment fix. I don't like inline documentation... Hard to | nahi | 2003-09-18 | 1 | -2/+2 |
* | * lib/logger.rb: new file. Logger, formerly called devel-logger or | nahi | 2003-09-18 | 1 | -0/+574 |