summaryrefslogtreecommitdiff
path: root/enc
AgeCommit message (Expand)Author
9 daysClean intermediate files and debug info for each targetNobuyoshi Nakada
12 daysClean up the incidentals to encoding/transcoding objects [ci skip]Nobuyoshi Nakada
2024-03-04enc: Expand substitution variables in Makefile.in by defaultYuta Saito
2024-03-04enc: Define missing `POSTLINK` variable in enc.mkYuta Saito
2024-03-03Drop support for old ERBNobuyoshi Nakada
2024-03-01Use configured `LD` for linking enc and ext librariesYuta Saito
2023-09-11Add `modencs` target to build encodings/transcoders as modulesNobuyoshi Nakada
2023-07-01[Bug #19728] Auto-generate unicode property docsJanosch Müller
2023-03-18Fix handling of 6-byte codepoints in left_adjust_char_head in CESU-8 encodingJosef Haider
2023-02-28Update the depend filesMatt Valentine-House
2023-02-27Remove intern/gc.h from Make depsMatt Valentine-House
2023-02-08Extract include/ruby/internal/attr/packed_struct.hNobuyoshi Nakada
2023-01-06Ensure newline at EOF [ci skip]Nobuyoshi Nakada
2022-12-06update Unicode include files to version 15.0.0Martin Dürst
2022-12-06move Unicode include files to version 15.0.0 directoryMartin Dürst
2022-12-06fix wrong property information in name2ctype.hMartin Dürst
2022-11-21Use class methods of `File` over `Kernel.open` and `IO.read`Nobuyoshi Nakada
2022-09-21reserved_word: just use gperf 3.1 declaration卜部昌平
2022-09-17Move case-folding.rb to tooldir with enc-prefixNobuyoshi Nakada
2022-09-12Remove get_actual_encoding() and the dynamic endian detection for dummy UTF-1...Benoit Daloze
2022-08-19Support Encoding::Converter newline: :lf and :lf_newline optionsJeremy Evans
2022-08-04Resolve abi symbol references from miniruby to avoid circular depsYuta Saito
2022-08-04Link ext bundles with bundle loader option for newer ld64Yuta Saito
2022-07-19Rename ENCINDEX_ASCII to ENCINDEX_ASCII_8BITJean Boussier
2022-03-16Remove Unicode 13.0.0 related filesMartin Dürst
2022-03-13update Unicode Version to 14.0.0 and Emoji version to 14.0Martin Dürst
2022-03-02Revert "enc/depend: fix out-of-src build with --with-static-linked-ext" (#5616)Nobuyoshi Nakada
2022-03-02enc/depend: fix out-of-src build with --with-static-linked-extYuta Saito
2022-02-22[Feature #18249] Update dependenciesPeter Zhu
2022-02-22[Feature #18249] Include ruby.h in extensions to have ABI versionPeter Zhu
2021-11-21Update dependenciesNobuyoshi Nakada
2021-10-05ruby tool/update-deps --fix卜部昌平
2021-07-09Remove no longer needed include files (Unicode Version 12.1.0)Martin Dürst
2021-07-08Add directory and include files for Unicode version 13.0.0Martin Dürst
2021-07-03Use $ignore_error defined in mkmf.rbNobuyoshi Nakada
2021-04-13dependency updates卜部昌平
2020-12-29transcode-tblgen.rb: make silent a little when just -vNobuyoshi Nakada
2020-11-22Add string encoding IBM720 alias CP720 (#3803)Lars Kanis
2020-08-27sed -i '/rmodule.h/d'卜部昌平
2020-08-27sed -i '/r_cast.h/d'卜部昌平
2020-08-27sed -i '\,2/extern.h,d'卜部昌平
2020-07-28Use https instead of httpKazuhiro NISHIYAMA
2020-07-10Encode ' as ' when using encode(xml: :attr)Jeremy Evans
2020-05-11sed -i 's|ruby/impl|ruby/internal|'卜部昌平
2020-05-11sed -i s|ruby/3|ruby/impl|g卜部昌平
2020-05-04Suppress warnings by gcc 10.1.0-RC-20200430Nobuyoshi Nakada
2020-04-08Merge pull request #2991 from shyouhei/ruby.h卜部昌平
2020-04-05Suppress warnings: reserved for numbered parameterKazuki Tsujimoto
2020-04-05Added tooldir variableNobuyoshi Nakada
2020-02-07more on NULL versus functions.卜部昌平