Re: cobol.1 fix for not using underscores in intrinsic function names

2025-05-18 Thread James K. Lowden
On Wed, 9 Apr 2025 23:12:39 +0200 Simon Sobisch wrote: > just stumbled over this and only have a mail client running, so... > patch as text. The change is in all those cases: change _ (likely > parsed from the parser or similar) to -. > > Kind regards, > Simon > > > > -BASECONVERT BIT_OF BIT_

cobol.1 fix for not using underscores in intrinsic function names

2025-04-09 Thread Simon Sobisch
just stumbled over this and only have a mail client running, so... patch as text. The change is in all those cases: change _ (likely parsed from the parser or similar) to -. Kind regards, Simon -BASECONVERT BIT_OF BIT_TO_CHAR BOOLEAN_OF_INTEGER BYTE_LENGTH +BASECONVERT BIT-OF BIT-TO-CHAR BOO