OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.5 KiB

  1. [COPY] --- SDE-COPYRIGHT-NOTE-BEGIN ---
  2. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. [COPY]
  4. [COPY] Filename: package/.../unifdef/unifdef.desc
  5. [COPY] Copyright (C) 2006 The OpenSDE Project
  6. [COPY]
  7. [COPY] More information can be found in the files COPYING and README.
  8. [COPY]
  9. [COPY] This program is free software; you can redistribute it and/or modify
  10. [COPY] it under the terms of the GNU General Public License as published by
  11. [COPY] the Free Software Foundation; version 2 of the License. A copy of the
  12. [COPY] GNU General Public License can be found in the file COPYING.
  13. [COPY] --- SDE-COPYRIGHT-NOTE-END ---
  14. [I] A tool for removing #ifdef'ed lines
  15. [T] Unifdef is useful for removing #ifdef'ed lines from a file while
  16. [T] otherwise leaving the file alone. You specify which symbols are defined
  17. [T] or undefined with -D and -U flags, and unifdef removes the corresponding
  18. [T] ifdefs, and the enclosed code if appropriate. It's especially useful for
  19. [T] removing those #ifdef BROKEN and #ifdef PRIVATE clauses from code before
  20. [T] you release it.
  21. [T] Unifdef acts on #ifdef, #ifndef, #else, and #endif lines, and it knows
  22. [T] only enough about C and C++ to know when one of these is inactive because
  23. [T] it is inside a comment, or a single or double quote.
  24. [U] http://www.cs.cmu.edu/~ajw/public/dist/
  25. [A] Dave Yost
  26. [M] Christian Wiese <morfoh@opensde.org>
  27. [C] extra/development
  28. [L] BSD
  29. [S] Stable
  30. [V] 1.0
  31. [P] X -----5---9 300.000
  32. [D] 890963288 unifdef-1.0.tar.gz http://www.cs.cmu.edu/~ajw/public/dist/