TODO 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. TODO file for GNU m4
  2. Tell <bug-m4@gnu.org> if you feel like volunteering for any
  3. of these ideas, listed more or less in decreasing order of priority.
  4. * Features or problems
  5. - Fix format() builtin to handle %c more like printf(1) in the shell
  6. http://lists.gnu.org/archive/html/bug-m4/2007-05/msg00047.html
  7. Also, gnulib needs help to overcome mingw bugs related to format().
  8. - Update documentation from accumulated mail about it
  9. - Study synclines at the very beginning of each diverted sequence
  10. - Make eval work on bignums - the 32 bits limit is artificial
  11. From Krste Asanovic <krste@icsi.berkeley.edu>, 1993-03-20
  12. * Optimization and clean up
  13. - Check for memory leaks and uninitialized reads
  14. From Vern Paxson <vern@horse.ee.lbl.gov> on 1993-12-06
  15. - Profile GNU m4 and speed it up
  16. From David J. MacKenzie <djm@eng.umd.edu>, 1993-01-20
  17. GNU m4 should be sped up by a factor of three for competing
  18. with other versions (I think that the lexer is not agressive
  19. enough and too often return single characters; obstacks might
  20. be a little abused, too).
  21. - Have NULs go really undisturbed through GNU m4
  22. See `dumpdef' and debugging section, which abuses %s
  23. From Thorsten Ohl <ohl@chico.harvard.edu>, 1992-12-21
  24. path.c (add_include_directory): Why the '\0' terminator?
  25. GNU m4 is lousy regarding NULs in streams (this would require
  26. maintaining the string lengths, and avoiding strlen, strcpy,
  27. etc.).
  28. Local Variables:
  29. mode: outline
  30. outline-regexp: " *[-+*.] \\| "
  31. End:
  32. Copyright (C) 2000, 2006-2007, 2009-2014, 2016 Free Software Foundation,
  33. Inc.
  34. Permission is granted to copy, distribute and/or modify this document
  35. under the terms of the GNU Free Documentation License, Version 1.3 or
  36. any later version published by the Free Software Foundation; with no
  37. Invariant Sections, with no Front-Cover Texts, and with no Back-Cover
  38. Texts. A copy of the license is included in the ``GNU Free
  39. Documentation License'' file as part of this distribution.