Euphoria
Ticket #901:
dsearch should be a portable demo
-
Reported by
SDPringle
Sep 15, 2014
dsearch should work on all platforms.
Details
1. Comment by SDPringle
Sep 15, 2014
Change set: 1ef7eaf30466 Added Linux support. Please check Windows is not broken and add platforms I have no access to.
2. Comment by SDPringle
Sep 16, 2014
Change set: 66af8710cf2f
- made program exit when nm is not found (on Linux)
- now uses std/console.e routines when appropriate
- added comments about implementation
3. Comment by SDPringle
Jan 18, 2015
I see my changes were not exported. Why don't we put this into 4.0.6?
4. Comment by jimcbrown
Jan 19, 2015
Probably because the milestone for this ticket was set to 4.1.0, no one put the changes into the 4.0 branch....
But, hmm. I can't really see a reason not to do this for 4.0.6
5. Comment by SDPringle
Jan 19, 2015
I am setting this milestone to 4.0.6. Please checkout and try on Windows machines.
6. Comment by SDPringle
Jan 19, 2015
See: hg:euphoria/rev/99ae72d1dc83
changeset: 6280:99ae72d1dc83 branch: 4.0 tag: tip parent: 6278:11853fe4596c user: Shawn Pringle <shawn.pringle@gmail.com> date: Mon Jan 19 12:27:00 2015 -0300 files: demo/dsearch.ex docs/manual.af docs/release/4.0.6.txt source/Makefile.gnu tests/t_bundled.e description:
- ticket 901: Created a portable version of win32/dsearch.exw, updated docs, updated tests, and make dependencies
7. Comment by SDPringle
Jan 19, 2015
Please test on Windows 32 and 64 and Linux 64.
8. Comment by SDPringle
Jan 26, 2015
See: hg:euphoria/rev/930a33a49829
changeset: 6293:930a33a49829 branch: 4.0 user: Shawn Pringle <shawn.pringle@gmail.com> date: Mon Jan 26 15:28:17 2015 -0300 files: demo/dsearch.ex description:
- ticket 901: removed bad eu namespace for open_dll for Windows
9. Comment by SDPringle
Sep 15, 2015
See: hg:euphoria/rev/c9c61f6fd4be
changeset: 6343:c9c61f6fd4be user: Shawn Pringle <shawn.pringle@gmail.com> date: Wed Sep 17 20:22:49 2014 -0300 files: docs/manual.af description:
- document update for ticket 901
10. Comment by SDPringle
Sep 15, 2015
See: hg:euphoria/rev/9a69265c456a
changeset: 6344:9a69265c456a user: Shawn Pringle <shawn.pringle@gmail.com> date: Sun Sep 21 10:39:53 2014 -0300 files: docs/platform.txt docs/release/4.1.0.txt description: documentation update for ticket 901
11. Comment by SDPringle
Sep 15, 2015
See: hg:euphoria/rev/b47849b38e07
changeset: 6345:b47849b38e07 user: Shawn Pringle <shawn.pringle@gmail.com> date: Sun Sep 21 11:09:53 2014 -0300 files: demo/dsearch.ex tests/t_bundled.e description:
- adjusted documentation for ticket 901