Age | Commit message (Expand) | Author |
2007-12-21 | * encoding.c (Init_Encoding): use enc_name as to_s. | akr |
2007-12-21 | * io.c (rb_io_s_read): allow specifying encoding explicitly. | matz |
2007-12-21 | * encoding.c (rb_enc_init): use enc_register_at() directly. | nobu |
2007-12-21 | * encoding.c (rb_to_encoding_index): should return error instead of | nobu |
2007-12-21 | * encoding.c (rb_enc_find_index): extension libraries have lower case | nobu |
2007-12-21 | * encoding.c (rb_enc_register): set encoding constant. | nobu |
2007-12-21 | * io.c (rb_io_external_encoding): new method. | matz |
2007-12-21 | * encoding.c (rb_locale_charmap): return nil if no locale information. | akr |
2007-12-21 | * configure.in: check langinfo.h and locale.h. | akr |
2007-12-21 | * encoding.c: include locale.h | akr |
2007-12-21 | * common.mk (enc.mk): depends on $(RBCONFIG) instead of rbconfig.rb. | nobu |
2007-12-17 | * string.c (rb_str_index): check if substring is broken. | matz |
2007-12-15 | * configure.in (enc/Makefile): add external encoding objects list. | nobu |
2007-12-15 | * encoding.c (rb_enc_register, rb_enc_replicate, rb_enc_alias): check | nobu |
2007-12-13 | * encoding.c (rb_enc_compatible): 1st argument (typically the | matz |
2007-12-13 | * encoding.c (rb_enc_compatible): encoding should never fall back | matz |
2007-12-13 | * encoding.c (enc_get_encoding): removed. | nobu |
2007-12-13 | * encoding.c (rb_enc_compatible): should swap encoding indexes too. | nobu |
2007-12-13 | * encoding.c (rb_enc_compatible): should not judge compatibility | matz |
2007-12-11 | * encoding.c (rb_enc_ascget): renamed from rb_enc_get_ascii. | akr |
2007-12-11 | * encoding.c (rb_enc_get_ascii): add an argument to provide the | akr |
2007-12-08 | * encoding.c (rb_enc_precise_mbclen): return needmore if underlying | akr |
2007-12-08 | * encoding.c (rb_enc_mbclen): return 1 if underlying implementation | akr |
2007-12-08 | * encoding.c (rb_enc_mbclen): make it never fail. | akr |
2007-12-06 | * encoding.c (rb_enc_precise_mbclen): new function for mbclen with | akr |
2007-12-01 | * encoding.c: rename primary_encoding -> default_external (encoding). | matz |
2007-11-27 | * include/ruby/encoding.h, encoding.c, re.c, string.c, parse.y: | akr |
2007-11-09 | * encoding.c (enc_check_encoding, rb_set_primary_encoding): ENCODING | nobu |
2007-11-09 | * test/ruby/test_basicinstructions.rb: updated for new class | matz |
2007-11-03 | * string.c (tr_setup_table): use C array for characters that fit | matz |
2007-10-29 | * encoding.c (rb_enc_replicate): new function to replicate encoding. | nobu |
2007-10-29 | * encoding.c (rb_enc_compatible): ASCII encoding is compatible with | nobu |
2007-10-22 | * encoding.c (rb_to_encoding_index, rb_to_encoding): commit miss. | nobu |
2007-10-22 | * encoding.c (enc_check_encoding): returns index now. | nobu |
2007-10-22 | * encoding.c (rb_enc_compatible): check if two objects have compatible | nobu |
2007-10-21 | * encoding.c (rb_enc_default, rb_enc_primary): return pointers to | nobu |
2007-10-19 | * encoding.c (rb_id_encoding): returns ID "encoding". | nobu |
2007-10-17 | * encoding.c (rb_enc_from_encoding, rb_enc_register): associate index | nobu |
2007-10-16 | * encoding.c (rb_enc_alias, rb_enc_find_index): changed | nobu |
2007-10-16 | * encoding.c (enc_list): seems a commit miss. | nobu |
2007-10-16 | * encoding.c (rb_primary_encoding): added Encoding.primary_encoding. | nobu |
2007-10-16 | * encoding.c (enc_to_s): rename function. | matz |
2007-10-15 | * encoding.c (Init_Encoding): define #to_s to show encoding name | matz |
2007-10-14 | * encoding.c (rb_obj_encoding): rdoc update. a patch from David | nobu |
2007-10-13 | * encoding.c (rb_cEncoding): new Encoding class. | nobu |
2007-10-10 | * encoding.c (rb_enc_init): don't alias iso-8859-1 to ascii. | akr |
2007-10-06 | * encoding.c (rb_enc_register): returns new index or -1 if failed. | nobu |
2007-10-04 | * encoding.c (rb_obj_encoding): returns encoding of the given object. | nobu |
2007-09-28 | * encoding.c (rb_enc_alias): allow encodings multiple aliases. | nobu |
2007-09-28 | * string.c (rb_str_comparable): need not to check asciicompat here. | matz |