commit 40b8da9ee579deffe6287ef800b6e2662db2d864 Author: dave-w1hkj Date: Fri Jan 27 06:06:00 2023 -0600 Version 1.3.6 * maintenance release commit 0deb36639990cd5f81c517b60ee804ad80efc97a Author: dave-w1hkj Date: Fri Jul 16 19:00:13 2021 -0500 gcc 11.1.1. update * correct errors caused by gcc 11.1.1 commit f25f0ada9a8cdf6780dd00676f1dd5a01f5fbf5d Author: David Freese Date: Mon Feb 10 07:12:13 2020 -0600 mkappbundle * modify 'version' to include VERSION_PATCH commit 16a63c71d2c334f34fd09b21fa85be81df51839e Author: David Freese Date: Wed Mar 28 09:25:51 2018 -0500 documentation update * update documention to 1.3.5 images commit 4a8749931808cfa7e5eef63d4aba4953c82ba477 Author: David Freese Date: Wed Mar 28 08:48:10 2018 -0500 Version 1.3.5 * Maintenance release commit 8abeee76415b36360dc8f32ae672d73c84e93bac Author: David Freese Date: Wed Mar 28 09:09:27 2018 -0500 Build script * fix corrupted build script commit 2d88f25f0866b68ff9504189aa4be473ac32de68 Author: David Freese Date: Thu Feb 1 15:57:48 2018 -0600 OS X build script * Modify to only build dmg with dylibs commit d6d43b9471399c4986bd8a2703b9fa92ca4262b4 Author: David Freese Date: Sat May 27 06:10:45 2017 -0500 win mingw * update file contents * mods to allow building on Win-MinGW-Msys platform commit 18f16dfe32fd6ca1b979d2036f26adfda8369899 Author: David Freese Date: Fri Dec 30 09:17:24 2016 -0600 buildmxe * correction to build script commit ca5d9de815b1b178a759c127b1ac9ccadc2048f4 Author: Robert Cunnings Date: Mon Jul 4 08:23:05 2016 -0500 build fixes * mxe - corrected build scripts * flwrap.cxx added missing header required by gcc v4.9.3 commit 97dac9308154e0896fb22e7f4583ad3f63aa3a90 Author: Kamal Mostafa Date: Thu Jun 11 03:09:28 2015 -0500 BUILD_{DATE,USER,HOST} * Externally overridable BUILD_DATE, BUILD_USER, and BUILD_HOST to allow distros to generate reproducible builds. commit 6d16b72f6ecf916fa8bebf561b54a08d652e9b23 Author: David Freese Date: Mon Jun 9 10:08:47 2014 -0500 doxygen doc files * added doxygen directory to allow user to build html / pdf documents for help and source documentation * corrected FSF address in various files commit 9db37fec3871aaa12043c14c465678c8b8d7abf3 Author: David Freese Date: Sat Jun 16 13:54:36 2012 -0500 Version 1.3.4 * Maintenance releasee commit dadc83aceb04dd6f9e0e0fc021a1baad71835c88 Author: David Freese Date: Sat Jun 16 13:53:47 2012 -0500 Corrupt correction * Error in original implementation testing for MS directory character ':' * Added additional error details if filename is mangled commit 4bc0b347bd8e6bc31db1abe71d8ffa605d26e8f8 Author: David Freese Date: Fri Jun 15 17:02:49 2012 -0500 Version 1.3.3 * maintenance release commit 15eacc5b7c3b609f8ad285c838fe695d9d161981 Author: David Freese Date: Fri Jun 15 17:01:55 2012 -0500 Corrupt filenames * Added code to subvert malign filenames contained in the wrapped file commit 56bdbdf808c3ef7f48c3b51857a91f0b21776891 Author: David Freese Date: Tue Mar 13 08:13:56 2012 -0500 Bool conditional compile * Added conditional compilation for typedef Bool in lzma/Types.h commit 1b35ff099b452088c66bdebd435de5c0b6e4a16e Author: David Freese Date: Mon Jan 2 16:09:52 2012 -0600 Version 1.3.2 Maintenance release commit 52868d404b5b0b424b03a21a363ff19caf0d500c Author: David Freese Date: Wed Jan 18 05:45:58 2012 -0600 FLTK version * updated m4 script m4/fltk.m4 commit 433f4ecc39a95191f2384e3d59a72754a4bd3f20 Author: David Freese Date: Wed Dec 28 06:22:18 2011 -0600 FLTK-1.3 mods * Changes for compiling against Fltk-1.3.x commit 7a4110145f54905a067b27f9c8709d8227e3a7bc Author: David Freese Date: Wed Dec 28 08:05:45 2011 -0600 Escape sequences * Corrected code that encodes and decodes escape sequences commit 255b1db0398f01395fcbd374e98de008fe908863 Author: David Freese Date: Mon Aug 2 16:29:52 2010 -0500 Version 1.3.1 Maintenance release commit cb3f248c65327cc82c1a8ab221132f7071b32fda Author: David Freese Date: Mon Aug 2 16:29:46 2010 -0500 LZMA failure Changed cryptic LZMA compression failure message to one which prompts user to reprocess file with compression disabled. commit b8c5ec11ea197901c43d37b52ccda2d7192ec36e Author: David Freese Date: Fri Jul 30 04:29:04 2010 -0500 Version 1.3.0 commit c22a5b89577214f2e3897c773f6d3e0fd19eaf4a Author: David Freese Date: Fri Jul 30 09:24:12 2010 -0500 Control-High bit Codes * Changed plain text documents to include control codes and high order bits. * CR, LF and TAB passed through unchanged. Other control codes modified by adding 0x20 and preceeding with |+ * 0x80 < ch < 0xBF converted to 0x20 to 0x5F and preceded by |- 0xC0 < ch < 0xFF converted to 0x20 to 0x5F and preceded by |_ * All occurrences of | changed to || * Added dialog control to select Compression - default OFF * Added In->Out byte count display. commit b4af5422e354eefd9b280077fa3feae61bc1b972 Author: David Freese Date: Fri Jun 25 09:37:07 2010 -0500 Version 1.2.0 Update release commit 7070593f1ba1586f4de73a5072e9938487bd13fb Author: David Freese Date: Fri Jun 25 09:37:01 2010 -0500 Paradigm change * Added drop box to flwrap dialog - accepts command line input of source file - accepts file dropped onto desktop icon - accepts file dropped into drop box * Keyboard input to drop box results in usage message ... only drag and drop or command line input allowed. * Change required to accommodate OS X which does not pass name of an object dropped onto a desktop icon to the target executable commit 99eb52b073ab5a011df170c83dee98afc8ee7544 Author: David Freese Date: Mon Jun 14 08:34:58 2010 -0500 Version 1.1.11 Maintenance release commit 6b55888119dfa3e38d716c9548c2dd080a81e0ee Author: David Freese Date: Mon Jun 14 08:34:38 2010 -0500 OS X command line parsing Added code to parse -psn number on OS X command line commit 1d659b268558f7a3d8be3220221b6d6d8f4bc29b Author: David Freese Date: Fri Jun 4 09:53:13 2010 -0500 Drag-n-Drop report Added command line info to aid in debugging uncooperative desktop managers such as xfce which do are not drag-n-drop capable. commit 18f7b19e6b021e0dc0f6804a6fee55fccd605df2 Author: David Freese Date: Sat May 1 11:17:22 2010 -0500 Version 1.1.1 Release commit 5dfcaf82ef5584ea61f2b9fe372abda64b52b75f Author: David Freese Date: Wed Apr 14 15:46:54 2010 -0500 Version 1.1.0b4 Beta release commit b74c86d1f3809667ecc63ef2d7c05f0a1f1081c4 Author: David Freese Date: Wed Apr 14 15:45:57 2010 -0500 Use Compress fix Program failed to wrap if invoked as flwrap --usecomp FILENAME worked if invoked as flwrap FILENAME --usecomp Fixed! commit b2715e22baf17de3175af54cfef579d95f6d7994 Author: David Freese Date: Thu Mar 11 09:17:39 2010 -0600 Version 1.1.0b3 Beta release commit 8982d91fd2f073ba873fe949ff46475b17c01f2b Author: David Freese Date: Thu Mar 11 09:11:04 2010 -0600 Parse Args Correction Added code to prevent parsing -psn_n_nnn... as a filename commit e6f19e9977ceb1964107718db926343bf4e8708c Author: David Freese Date: Wed Mar 10 20:14:44 2010 -0600 Version 1.1.0b2 Beta release commit f57eb14f1ae8c0b7add15df2ce21fcbe222f6ec9 Author: David Freese Date: Wed Mar 10 14:09:45 2010 -0600 Parse Args Added parse args function with call to Fl::args(...) OS X file Finder passes the process number to the executable. Was not being discarded by flwrap. commit ab46d0c6d4b367398e32e1192d67b1d89b53b07d Author: David Freese Date: Wed Mar 3 04:27:47 2010 -0600 Version 1.1.0b1 Beta release commit c24114885900910241331bb67b4607485a930c31 Author: David Freese Date: Sun Dec 20 18:53:28 2009 -0600 Version 1.0.4 Alpha release commit 8b7fe83b538c7223a6f63c5e31c078efbec74cc3 Author: David Freese Date: Sun Dec 20 18:52:39 2009 -0600 Compress Always Command Line Switch Added command line switch "--usecomp" to force lzma compression independent of file type. commit 20198d9104166b72d2976e0b09f9ff449fa70942 Author: David Freese Date: Sat Dec 19 15:20:27 2009 -0600 Compress Always-Never Changed wrap to: compress always for binary data source, compress never for ASCII text data source. Changed unwrap to: decompress maybe if LZMA identifier string is found in the wrapped payload. Base64 encoding always for compressed wrap. commit 6cf5fffc5e1771a56117526143502e666d29aefb Author: David Freese Date: Sat Dec 19 11:29:55 2009 -0600 Version 1.0.3 Alpha release commit 3d461cfc25990e7d46a18ba3a200fbb1ec5e31bd Author: David Freese Date: Sat Dec 19 11:29:13 2009 -0600 Noise Suppression Added code to ignore leading and trailing random characters in the wrapped filed. These might be present as a result of transmission path noise or automatic wrapped file extraction processing. commit 4f08b1023b906147faf9652afad38143cecb062f Author: David Freese Date: Tue Nov 24 12:37:18 2009 -0600 Version 1.0.2 Alpha release 1.0.2 commit 74d36a1613b8e9020001497ead4d6d1c9fce4be8 Author: David Freese Date: Tue Nov 24 12:36:30 2009 -0600 NSIS script mod Removed PACKAGE_DOCS / PACKAGE_GUIDE references from script commit 42ff9fb5091ea31d2421fc2e925ff4a71f2ae562 Author: David Freese Date: Tue Nov 24 12:24:35 2009 -0600 Build fixes Fixed errors in build script Correct comparison between char and const char. commit 96a034948b49e1833278e6b4c9150df8cb2788c0 Author: David Freese Date: Fri Nov 20 19:53:07 2009 -0600 Binary File Test Modified binary file test to allow end-of-line characters Binary file iff (c) > 0x7F && isctrl(c) but not eol-chars. commit b17034de49b354620a8a2021716da674ed3aee1a Author: Stelios Bounanos Date: Mon Aug 3 00:18:43 2009 +0100 Add LZMA compression commit ab20dcfae53bfde76ec62bc62ccd61f874e631ad Author: Stelios Bounanos Date: Thu Jul 30 10:50:21 2009 +0100 Add OS X app bundling commit d97bbb17ed72431dceaf6a1b2dd03b30db344616 Author: Stelios Bounanos Date: Thu Jul 30 10:33:52 2009 +0100 Fix flags commit a43bc477624ff9afb5d3fd85fc8194854e5ebc9e Author: Stelios Bounanos Date: Thu Jul 30 10:13:08 2009 +0100 Remove generated files commit d53ae138ea28260f877d0831f2b46e19c637f18b Author: David Freese Date: Tue Jul 28 14:32:27 2009 -0500 Version 1.0.0 Initial git repository