index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* include/ruby/encoding.h (rb_econv_check_error): declared.
akr
2008-08-16
1
-0
/
+8
*
* ChangeLog: stripped trailing spaces.
nobu
2008-08-16
1
-47
/
+47
*
* include/ruby/encoding.h (rb_econv_elem_t): fields removed: from and
akr
2008-08-16
1
-0
/
+12
*
* include/ruby/encoding.h (rb_econv_t): add fields: in_buf_start,
akr
2008-08-16
1
-0
/
+29
*
* include/ruby/ruby.h (rb_intern_const): tiny optimization.
nobu
2008-08-16
1
-1
/
+3
*
* include/ruby/ruby.h (SSIZET2NUM, NUM2SSIZET, SSIZE_MAX, SSIZE_MIN):
nobu
2008-08-15
1
-0
/
+5
*
* transcode_data.h (rb_transcoder_stateful_type_t): defined.
akr
2008-08-15
1
-0
/
+14
*
* transcode.c (econv_just_convert): extracted from rb_econv_output.
akr
2008-08-15
1
-0
/
+6
*
* include/ruby/encoding.h (rb_econv_output): add str_encoding
akr
2008-08-15
1
-0
/
+12
*
* string.c (rb_str_drop_bytes): use memmove.
nobu
2008-08-15
1
-0
/
+4
*
* include/ruby/encoding.h (rb_econv_t): add error_tc in last_error.
akr
2008-08-15
1
-0
/
+6
*
* include/ruby/encoding.h (rb_econv_t): new field: last_error.
akr
2008-08-15
1
-0
/
+9
*
* common.mk (parse.{c,h}): creates in the dependency order.
nobu
2008-08-15
1
-0
/
+4
*
* vm_core.h (exec_event_hooks): skips RubyVM::FrozenCore.
nobu
2008-08-15
1
-1
/
+3
*
* vm.c (Init_VM): get rid of SEGV in a trace proc.
nobu
2008-08-15
1
-0
/
+4
*
* transcode.c (conv_init): check empty name.
akr
2008-08-15
1
-0
/
+4
*
* transcode.c (econv_init): don't create dummy encoding if
akr
2008-08-15
1
-0
/
+7
*
* common.mk ({$(srcdir)}.y.c): escape backslash.
naruse
2008-08-14
1
-0
/
+4
*
* transcode.c (econv_primitive_convert): set destination_buffer
akr
2008-08-14
1
-0
/
+5
*
* include/ruby/encoding.h (rb_econv_output): declared.
akr
2008-08-14
1
-0
/
+16
*
* include/ruby/encoding.h (ECONV_UNIVERSAL_NEWLINE_DECODER): defined.
akr
2008-08-14
1
-0
/
+10
*
* transcode.c: local variable renamed.
akr
2008-08-14
1
-0
/
+4
*
* include/ruby/encoding.h (rb_econv_result_t): moved from
akr
2008-08-14
1
-0
/
+24
*
* transcode_data.h (rb_econv_result_t): change enumeration
akr
2008-08-14
1
-0
/
+7
*
* transcode.c (econv_init): accept Encoding object as source_encoding
akr
2008-08-14
1
-0
/
+5
*
* encoding.c (rb_filesystem_encoding): use default external encoding
akr
2008-08-14
1
-0
/
+7
*
* transcode.c (rb_econv_open_by_transcoder_entries): renamed from
akr
2008-08-14
1
-0
/
+5
*
* transcode.c (econv_max_output): removed.
akr
2008-08-14
1
-0
/
+4
*
* tool/transcode-tblgen.rb: check unexpected actions.
akr
2008-08-14
1
-0
/
+4
*
* transcode_data.h (transcode_invalid_byte_sequence): renamed from
akr
2008-08-14
1
-0
/
+17
*
* transcode.c (load_transcoder): unused function removed.
akr
2008-08-14
1
-0
/
+5
*
* ChangeLog: typo.
nobu
2008-08-14
1
-2
/
+2
*
* include/ruby/encoding.h (rb_enc_ispunct): added.
nobu
2008-08-14
1
-0
/
+14
*
* parse.y (union tmpyystype): no longer needed, since YYSTYPE is
nobu
2008-08-14
1
-0
/
+5
*
* version.c (Init_version): add RUBY_ENGINE constant.
matz
2008-08-14
1
-0
/
+4
*
* hash.c (set_default): fix rdoc. #441
matz
2008-08-14
1
-0
/
+4
*
* transcode.c (rb_econv_conv): new function. it don't consume input
akr
2008-08-14
1
-0
/
+7
*
* include/ruby/defines.h (RUBY_ALIAS_FUNCTION): fallback definition.
nobu
2008-08-14
1
-0
/
+4
*
* transcode_data.h (rb_trans_result_t): new enumeration constant:
akr
2008-08-14
1
-0
/
+13
*
* gc.c (getrusage_time): should return the value.
nobu
2008-08-14
1
-1
/
+3
*
* thread.c (rb_thread_priority_set): get rid of C99 feature.
nobu
2008-08-14
1
-1
/
+5
*
* vm.c (REWIND_CFP): get rid of statement expressions.
nobu
2008-08-14
1
-0
/
+4
*
* vm.c (Init_VM): hide FrozenCore.
nobu
2008-08-14
1
-0
/
+4
*
* transcode.c (load_transcoder): suppress warning.
nobu
2008-08-14
1
-0
/
+6
*
* configure.in (gnumake): check for GNU make.
nobu
2008-08-14
1
-1
/
+5
*
* common.mk (parse.h): workaround for nmake.
nobu
2008-08-14
1
-0
/
+4
*
* thread.c (rb_thread_execute_interrupts): switch event
ko1
2008-08-13
1
-0
/
+5
*
* common.mk: parse.h depends on parse.c.
naruse
2008-08-13
1
-0
/
+6
*
add ML ref.
kazu
2008-08-13
1
-1
/
+1
*
* test/ruby/test_file_exhaustive.rb (TestFileExhaustive#setup): set group of ...
kazu
2008-08-13
1
-0
/
+5
[next]