Commit Graph

  • 3c729ec869
    fix: lua export (#19) master Egor 2025-01-19 21:12:55 +03:00
  • 5452834c16
    fix: lua-iconv test at Rockylinux 9 fail using lua 5.1 version (#15) paulobaggio 2024-11-13 17:31:59 -03:00
  • dbdd9d9ab8 release 7.1.0 v7.1.0 Thijs Schreijer 2023-10-30 15:11:11 +01:00
  • 9eced53a8d fix(open): return an error on open/new Thijs Schreijer 2023-10-18 01:32:42 +02:00
  • 1e6d024dc2 chore(dev): add a 'dev' rockspec to build from the source tree Thijs Schreijer 2023-10-18 01:31:57 +02:00
  • 11545d0533
    fix: Enable compiling with MSVC (#4) Alexey Melnichuk 2023-10-17 08:54:21 +03:00
  • 9e865ff345
    Bump rockrel high enough luarocks considers v7.0.0 newer than v7 Caleb Maclennan 2023-10-17 08:39:15 +03:00
  • 8e19fde5f3
    Use source URL format such that LuaRocks can infer source.dir from source.url Caleb Maclennan 2023-10-07 22:23:34 +03:00
  • e4d200c102
    Merge pull request #11 from lunarmodules/fix-rockspec Matthieu Coudron 2023-10-07 20:57:28 +02:00
  • ba4f3a4518 build: added 6.1 rockspec Matthieu Coudron 2023-10-07 14:52:13 +02:00
  • ac7f962b31 fix rockspec url Matthieu Coudron 2023-10-07 00:38:38 +02:00
  • 80e3266ced
    Merge pull request #9 from lunarmodules/retool v7.0.0 Caleb Maclennan 2023-10-07 00:42:33 +03:00
  • 51c1d732ed
    chore: Fix lint issues, mostly with proper variable scopes Caleb Maclennan 2023-10-05 20:48:51 +03:00
  • 939fc2901b
    docs: Format README as Markdown Caleb Maclennan 2023-10-04 23:41:10 +03:00
  • c2ee26e1ef
    ci: Add lunarmodules lint, test, and deploy workflows Caleb Maclennan 2023-10-04 23:33:53 +03:00
  • b761918588
    Update ittner homepage Jonathan Ringer 2021-12-28 11:12:49 -08:00
  • 2205a0fe27 Some code style changes and typo fixes Alexandre Erwin Ittner 2013-10-23 00:12:24 -02:00
  • d41e0d345d Optimize memory handling in conversion function Alexandre Erwin Ittner 2013-10-23 00:08:28 -02:00
  • 49eb7b534f Add two new test cases Alexandre Erwin Ittner 2012-05-22 00:58:48 -03:00
  • 6f265ded5d Fix invalid error report Alexandre Erwin Ittner 2012-05-22 00:39:41 -03:00
  • 1876a6de19 Add revision number to the rockspec Alexandre Erwin Ittner 2012-05-20 23:24:48 -03:00
  • d80ac80d5c Update site for release 7 gh-pages Alexandre Erwin Ittner 2012-05-06 23:31:22 -03:00
  • e8d34024a6 Update tarball checksum lua-iconv-7 Alexandre Erwin Ittner 2012-05-06 23:27:38 -03:00
  • 6eb316bccc Update download URL in the README Alexandre Erwin Ittner 2012-05-06 23:10:36 -03:00
  • 411ac9fe72 Update rockspec Alexandre Erwin Ittner 2012-05-06 22:59:17 -03:00
  • 8bf1e80355 Update package information for version 7 and Lua 5.2 Alexandre Erwin Ittner 2012-05-06 22:47:54 -03:00
  • 1fc031875f Make the library comptible with both Lua 5.1 and Lua 5.2 Alexandre Erwin Ittner 2011-12-05 19:40:34 -02:00
  • 044877f838 Replace deprecated 'luaL_reg' by 'luaL_Reg' Alexandre Erwin Ittner 2010-11-20 10:41:47 -02:00
  • 32c7b20967 Merge branch 'fix-double-free' Alexandre Erwin Ittner 2010-11-18 16:06:45 -02:00
  • 6b46ea5706 Prevent crashes with double-freed conversion descriptors Alexandre Erwin Ittner 2010-11-18 16:03:08 -02:00
  • 44af7c2835 Put the switch 'omit-frame-pointer' in the right place Alexandre Erwin Ittner 2010-11-17 19:32:54 -02:00
  • 266da128c5 Get the installation path from package.cpath instead of pkg-config Alexandre Erwin Ittner 2010-11-17 14:39:15 -02:00
  • 30fdc3c192 Fix order of arguments in 'open' Alexandre Erwin Ittner 2010-11-17 12:43:33 -02:00
  • e9f3a5e377 Make module usage cleaner, removing all global symbols Alexandre Erwin Ittner 2010-11-17 12:37:49 -02:00
  • 0879d77e1a Some cosmetic changes to improve the code readability Alexandre Erwin Ittner 2010-11-17 10:13:58 -02:00
  • 1cbd622cef Update Makefile Alexandre Erwin Ittner 2010-11-17 01:57:40 -02:00
  • 1a183d84c2 Put the conversion buffer size in a macro Alexandre Erwin Ittner 2010-11-17 01:44:41 -02:00
  • ff90f3f75e Convert library to Lua 5.2 Alexandre Erwin Ittner 2010-11-17 01:28:02 -02:00
  • e394f70df0 Replace call to luaL_typerror with a custom error message Alexandre Erwin Ittner 2010-11-16 23:45:44 -02:00
  • fc22d5b632 Put all macros in uppercase Alexandre Erwin Ittner 2010-11-16 23:36:24 -02:00
  • 989add8f82 Add a README explaining the purpose of this branch Alexandre Erwin Ittner 2010-09-05 23:55:18 -03:00
  • 54e2bf3276 Regenarate index page Alexandre Erwin Ittner 2010-09-05 23:49:14 -03:00
  • 9511e04e61 Update build instructions and formatting of the API section Alexandre Erwin Ittner 2010-09-05 23:38:41 -03:00
  • a80bed8045 Update project URL Alexandre Erwin Ittner 2010-09-05 22:25:37 -03:00
  • 8a60d39ece Import GitHub pages Alexandre Erwin Ittner 2010-09-05 22:03:26 -03:00
  • a9b6a899a4 Update README Alexandre Erwin Ittner 2010-09-05 19:58:50 -03:00
  • f80402c452 Update email address Alexandre Erwin Ittner 2010-09-05 13:58:36 -03:00
  • a46edb3206 Merge branch 'debian-packages-r6' Alexandre Erwin Ittner 2010-08-17 06:03:23 -03:00
  • f5ece25447 Put Debian package information into the final tarball Alexandre Erwin Ittner 2010-08-17 05:55:34 -03:00
  • eb15cbb43f Fix Debian package with patch from http://packages.debian.org/ Alexandre Erwin Ittner 2010-08-17 05:48:15 -03:00
  • 80bfe373a3 Repository converted to Git Alexandre Erwin Ittner 2010-02-19 20:40:44 -02:00
  • adb92aeec2 Release 6 lua-iconv-6 Alexandre Erwin Ittner 2009-08-06 16:46:31 +00:00
  • 2d7dd61c4b Updating rock Alexandre Erwin Ittner 2009-08-06 16:45:10 +00:00
  • 5fdb4e6ebe Fixing makefile and version bump Alexandre Erwin Ittner 2009-08-06 16:30:06 +00:00
  • 746bd38b96 Updating rockspec Alexandre Erwin Ittner 2009-08-03 22:01:49 +00:00
  • f250397346 Changing versioning scheme to avoid problems with Debian packages Alexandre Erwin Ittner 2009-08-03 21:43:21 +00:00
  • 8631b8453e Adding patch by David Manura and Hisham Alexandre Erwin Ittner 2008-09-03 23:04:00 +00:00
  • 5f448d6ed1 Updating rockspeck. Thanks Amadeu A. Barbosa Jr Alexandre Erwin Ittner 2008-08-31 02:08:33 +00:00
  • a918b0109a Adding sample Unicode I/O library Alexandre Erwin Ittner 2008-06-08 16:31:47 +00:00
  • 1e2ee8d113 Fixing file url Alexandre Erwin Ittner 2008-05-19 00:48:13 +00:00
  • e126253925 Changing reference to version number Alexandre Erwin Ittner 2008-05-19 00:39:27 +00:00
  • 9fba6938b2 Version r5. Fixes a bad linking option that makes lua-iconv unstable when used across different virtual machines lua-iconv-5 Alexandre Erwin Ittner 2008-05-19 00:37:56 +00:00
  • bb7c2ad7e6 Fixing a bad linking to Lua core libs in the makefile Alexandre Erwin Ittner 2008-05-19 00:31:13 +00:00
  • 893cb11189 Fixing paths in rockspec Alexandre Erwin Ittner 2008-05-17 03:54:34 +00:00
  • 424a37d206 Removing buggy debian package specs for now Alexandre Erwin Ittner 2008-05-17 03:40:50 +00:00
  • 8e31748caa E-mail changes Alexandre Erwin Ittner 2008-05-11 15:27:11 +00:00
  • 60ea9d756d Fixing install rule Alexandre Erwin Ittner 2008-05-11 15:12:05 +00:00
  • f4bd6bed27 Adding rockspec Alexandre Erwin Ittner 2008-05-11 15:01:11 +00:00
  • 49ea4854ff Changing e-mail address Alexandre Erwin Ittner 2008-05-11 14:15:54 +00:00
  • 26d609d7be Makefile improvements Alexandre Erwin Ittner 2008-05-11 14:15:40 +00:00
  • cb9c689d48 Fixing according to a mail from Enrico Tassi. Alexandre Erwin Ittner 2007-04-24 01:14:29 +00:00
  • a4a7dd739a Some fixes. Debian packeges still not working. Alexandre Erwin Ittner 2007-04-22 18:06:06 +00:00
  • b9b790cee8 Adding Debian files in the tarball. Alexandre Erwin Ittner 2007-02-23 02:50:40 +00:00
  • 5e3148e4bc r4 lua-iconv-4 Alexandre Erwin Ittner 2007-02-22 22:33:08 +00:00
  • 4909aa5f80 Changes to fix Debian packaging. Alexandre Erwin Ittner 2007-02-22 22:32:11 +00:00
  • b5b90d436c Making Deb packages acording to the Debian Lua Policy Alexandre Erwin Ittner 2007-02-22 02:41:13 +00:00
  • bccfc233fe Better indentation. Alexandre Erwin Ittner 2007-02-08 23:46:58 +00:00
  • 533727d3b9 Fixes for Debian lua-iconv-3 Alexandre Erwin Ittner 2007-02-08 01:43:01 +00:00
  • 2d5eba1ba5 Some updates for r3 Alexandre Erwin Ittner 2007-02-08 00:49:58 +00:00
  • 48ca55c30f Control directory for Debian packages. Alexandre Erwin Ittner 2007-02-07 22:21:41 +00:00
  • 4db2fdaa3f Moving Luaforge site to a better place. Alexandre Erwin Ittner 2007-02-07 22:01:28 +00:00
  • 9d904bf09f ... Alexandre Erwin Ittner 2006-04-21 17:58:08 +00:00
  • 32537eb4c5 ... Alexandre Erwin Ittner 2006-04-21 17:57:25 +00:00
  • 6c16cc18f7 ... Alexandre Erwin Ittner 2006-04-21 15:14:20 +00:00
  • ec5bf22d3a Updating for Lua 5.1 Alexandre Erwin Ittner 2006-04-21 14:34:44 +00:00
  • 4ed127ac23 *** empty log message *** Alexandre Erwin Ittner 2005-09-18 22:05:12 +00:00
  • b543d39e67 *** empty log message *** Alexandre Erwin Ittner 2005-09-18 21:55:52 +00:00
  • 00feec7618 *** empty log message *** lua-iconv-1 Alexandre Erwin Ittner 2005-09-18 20:04:33 +00:00
  • 328c591f2b *** empty log message *** Alexandre Erwin Ittner 2005-09-18 19:52:14 +00:00
  • 73d046345f *** empty log message *** Alexandre Erwin Ittner 2005-09-18 19:42:36 +00:00
  • 9ffe3c8dae *** empty log message *** Alexandre Erwin Ittner 2005-09-18 18:09:07 +00:00
  • 6b2b43d283 *** empty log message *** Alexandre Erwin Ittner 2005-09-18 17:46:53 +00:00
  • 26fdb35550 *** empty log message *** Alexandre Erwin Ittner 2005-09-18 16:01:42 +00:00
  • 3952102886 *** empty log message *** Alexandre Erwin Ittner 2005-07-08 02:25:50 +00:00
  • c4709924a3 *** empty log message *** Alexandre Erwin Ittner 2005-07-08 02:10:40 +00:00
  • 37c7cd2fda *** empty log message *** Alexandre Erwin Ittner 2005-07-08 00:48:26 +00:00
  • e301c6a068 *** empty log message *** Alexandre Erwin Ittner 2005-07-07 03:40:45 +00:00
  • d8da3e7385 *** empty log message *** Alexandre Erwin Ittner 2005-07-06 03:35:50 +00:00
  • 2155d1b315 *** empty log message *** Alexandre Erwin Ittner 2005-07-06 03:17:28 +00:00
  • 0be1828c41 *** empty log message *** Alexandre Erwin Ittner 2005-07-06 01:38:29 +00:00