home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.27 / text0041.txt < prev    next >
Encoding:
Text File  |  1992-05-20  |  1.3 KB  |  37 lines

  1. Submitted-by: jh@fortec.tuwien.ac.at (Johann Haider)
  2.  
  3. Hello all,
  4. I read in the distribution of Mawk that there is a posix draft
  5. ( posix1003.2 draft(11.2) ) of awk, therefore I hope this article
  6. isn't totally misplaced :-)
  7.  
  8. After I had used awk for some time some years ago I had the problem
  9. to parse the output of `nm' which is in hexadecimal on that platform.
  10. I had to write a filter program in C to convert the hex addresses to
  11. decimal and do the parsing afterwards.
  12.  
  13. When Gnu awk came along I addeed a new function strtol() to convert
  14. arbitrary base numbers to decimal.
  15.  
  16. As I consider this function very useful, I think it should be added to
  17. the standard or at least it should not be omitted from the standard
  18. without being discussed.
  19.  
  20. If someone is in the posix comitee and such a function has been abandoned
  21. already I would be glad to hear about it.
  22.  
  23. Thank you
  24. Hans
  25.  
  26. --
  27. Johann Haider                               Rehabilitation Engineering Group
  28. Institute for Electronics               Technical University Vienna, Austria
  29. Email: jh@fortec.tuwien.ac.at                     phone:  +431 58801 3967
  30.  
  31. [ In general, comp.std.unix (or the std-unix-list mailing list) is not
  32.   the right place to work on the POSIX standard(s).  It is a good place
  33.   for *discussion*, however, which is why I've posted this.  -- mod ]
  34.  
  35. Volume-Number: Volume 27, Number 41
  36.  
  37.