User Activity

  • Posted a comment on ticket #306 on cscope

    Hmmm... checked out git current source straight from their original upstream. Class 1: No two-line function definition for radius_das_disconnect matching your description seems to exist in there. The definition has looked like this, for the last 14 years and counting: static struct radius_msg * radius_das_disconnect(struct radius_das_data *das, struct radius_msg *msg, const char *abuf, int from_port) What gives? The issue itself does exist, and is most likely an instance of the well-known and documented...

  • Modified ticket #2691 on gnuplot

    noautititle, notitle and empty title

  • Posted a comment on ticket #2691 on gnuplot

    The primary issue here is that this third-party tool is trying way too hard. It uses multiplot mode for no discernible reason, and it uses enormous amounts of tricks and manual overrides to achive what gnuplot itself would have done by itself, if left to its own devices. E.g. instead of manually inserting 4 key entries, and then telling gnuplot not to generate any of its own, it would have been way simpler to just add title 'Cholesky'etc. direktly to the plot command.

  • Posted a comment on ticket #288 on gnuplot

    See "help set print"

  • Modified ticket #304 on cscope

    Spurious bells when using mappings from cscope_maps.vim

  • Posted a comment on ticket #304 on cscope

    Hmmm... that's very strange. That file has not been modified at all for 21 years. I find it extremely surprising that nobody would have ever noticed this in all that time. But then again, most people would have turned off the bell in their terminal emulators long ago, I think. :-) But for now I'll have to take your word for it. A modified version is now on the page.

  • Posted a comment on ticket #2604 on gnuplot

    The function may have come from BSD to MacOS at some point, but qsort() is a completely standard library function. It's been in the ANSI/ISO C language since day one.

  • Posted a comment on ticket #2604 on gnuplot

    The canonical methods would rather be AC_CHECK_FUNC or AC_CHECK_FUNCS, which will define HAVE_MERGESORT if the function is found and usable. But bluntly #defineing over the top of qsort() is pretty certainly going to fail. This calls for one of those gp_ prefixed wrapper functions or GP_ prefixed macros instead. Something along the lines of #if HAVE_MERGESORT # define GP_STABLE_SORT mergesort #else # define GP_STABLE_SORT qsort #endif

View All

Personal Data

Username:
broeker
Joined:
2000-04-20 14:52:14
Location:
Lippstadt / Germany / CEST
Gender:
Male

Projects

This is a list of open source software projects that Hans-Bernhard Broeker is associated with:

  • cscope Efficient, text-only browser for C sources Last Updated:
  • Project Logo gnuplot A portable, multi-platform, command-line driven graphing utility Last Updated:

Personal Tools