mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* missing/os2.c, missing/x68.c: typo fix. pointed out by greentea.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5795 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b58e0bc73a
commit
2651629f00
3 changed files with 11 additions and 7 deletions
12
ChangeLog
12
ChangeLog
|
|
@ -1,11 +1,15 @@
|
|||
Sat Feb 21 11:12:15 2004 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* missing/os2.c, missing/x68.c: typo fix. pointed out by greentea.
|
||||
|
||||
Thu Feb 19 23:24:16 2004 Dave Thomas <dave@pragprog.com>
|
||||
|
||||
* lib/rdoc/generators/html_generator.rb (Generators::HtmlClass::build_attribute_list):
|
||||
* lib/rdoc/generators/html_generator.rb (Generators::HtmlClass::build_attribute_list):
|
||||
Support visibility modifiers for attributes
|
||||
|
||||
Thu Feb 19 23:24:16 2004 Dave Thomas <dave@pragprog.com>
|
||||
|
||||
* lib/rdoc/generators/html_generator.rb (Generators::HtmlClass::build_attribute_list):
|
||||
* lib/rdoc/generators/html_generator.rb (Generators::HtmlClass::build_attribute_list):
|
||||
Support visibility modifiers for attributes
|
||||
|
||||
Thu Feb 19 22:39:04 2004 NAKAMURA, Hiroshi <nakahiro@sarion.co.jp>
|
||||
|
|
@ -31,7 +35,7 @@ Thu Feb 19 02:30:34 2004 Minero Aoki <aamine@loveruby.net>
|
|||
|
||||
Thu Feb 19 00:11:05 2004 Dave Thomas <dave@pragprog.com>
|
||||
|
||||
* lib/rdoc/markup/simple_markup/preprocess.rb (SM::PreProcess::handle):
|
||||
* lib/rdoc/markup/simple_markup/preprocess.rb (SM::PreProcess::handle):
|
||||
Strip extraneous space from filenames in :include:
|
||||
|
||||
Wed Feb 18 22:52:00 2004 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
|
||||
|
|
@ -89,7 +93,7 @@ Tue Feb 17 00:18:03 2004 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp>
|
|||
Tue Feb 17 00:14:30 2004 Hirokazu Yamamoto <ocean@m2.ccsnet.ne.jp>
|
||||
|
||||
* bcc32/Makefile.sub: avoid warning "Redefinition of macro
|
||||
'HAVE_GETLOGIN'".
|
||||
'HAVE_GETLOGIN'".
|
||||
|
||||
* vms/config.h_in: ditto.
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* os/2 compatibility functions -- follows Ruby's lisence */
|
||||
/* os/2 compatibility functions -- follows Ruby's license */
|
||||
|
||||
#include "ruby.h"
|
||||
#include <stdio.h>
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
/* x68 compatibility functions -- follows Ruby's lisence */
|
||||
/* x68 compatibility functions -- follows Ruby's license */
|
||||
|
||||
#include "config.h"
|
||||
|
||||
|
|
@ -25,7 +25,7 @@ link(const char *src, const char *dst)
|
|||
#include <sys/time.h>
|
||||
|
||||
struct timezone {
|
||||
int tz_minueswest;
|
||||
int tz_minuteswest;
|
||||
int tz_dsttime;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue