gpsd-commit-watch
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gpsd-commit-watch] [SCM] GPSD annotated tag, release-3.15, created. rel


From: Eric S. Raymond
Subject: [gpsd-commit-watch] [SCM] GPSD annotated tag, release-3.15, created. release-3.15
Date: Wed, 03 Jun 2015 14:10:35 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GPSD".

The annotated tag, release-3.15 has been created
        at  3a88b9b171ac310c2429193ce85bfbb798df4a73 (tag)
   tagging  ad8b1e102ad434bef373b5ff80cd86c60b3fc103 (commit)
  replaces  release-3.14
 tagged by  Eric S. Raymond
        on  Wed Jun 3 10:10:09 2015 -0400

- Log -----------------------------------------------------------------
Tagged for external release 3.15
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iD8DBQBVbwrBrfUW04Qh8RwRArbVAKDDLS1QRijMCuBk7F91rOpi35KkogCg0enX
YBvCjH9lFY15v/zs0TaAViw=
=15hr
-----END PGP SIGNATURE-----

Beat Bolli (2):
      An ACK is no warning, so they can be logged with LOG_DATA.
      This fixes the build on my Raspberry running Debian 7 with glibc 2.13.

Bernd Zeimetz (2):
      Add troubleshoot info: use lsof
      Update/fix debian package description

Eric S. Raymond (138):
      Commits are open for 3.15.
      Make sure gpsd-config.h is idempotent.
      Appeasement cast for 32-bit maxhines.
      NEWS typo fix.
      More NEWS corrections.
      Make some documents SEO-friendly.
      Minor update to NMEA.txt, on Loran-C and other details.
      Markup fixes for GPSD Time Service HOWTO.
      Terminology cleanup in Introduction to Time Service.
      Minor update to Hacking Guide.
      Attempted fix for a close/reopen bug involvinf NMEA2000.
      NMEA2000 driver was not using a bool where it should.
      Fix tiny error that might prevent speed computation.
      Comment improvement.
      Rate-limit ntpshmmon properly, and make the limit settable.
      Document the comment-line convention for ntpshmmon format.
      In ppsthread.c, add TIOCM_RTS to the PPS mask.
      In contrib/ppscheck, track a recent change to the thread monitor.
      Add ppscheck to the contrib/ default build.
      Take a GPS file descriptor ourut of the read set when deactivating.
      Revert "Take a GPS file descriptor ourut of the read set when 
deactivating."
      It only makes sense to look for 1PPS on DCE signals.  Add an explanation.
      Create an accidentally omitted check log for the repository.
      Comment polishing.
      Minor efficiency improvement.
      Narrow the driver-type-reversion logic a bit.  All regression tests pass.
      Our PPS expert says some code is useless.  Remove it.
      Fix a frame-damaging screen glitch in the UBX monitor.
      Fix a display glitch in gpsmon.
      Float elimination.  All regression tests pass.
      Acccept doing synchronization logging at only 1s granularity to remove 
floats.
      Force static linking when chrpath=no.
      Doc & interface cleanup of ppsthread code.  PPS observed live.
      Update some to-do items.
      Revert "Force static linking when chrpath=no."
      Apply Hal Murray's magic to use new dtags when dynamic-linking.
      Zbigniew Chyla's last change fixed a previously-unnoticed bug in AIS 
dumping.
      Followup on the recommendation in Savannah bug #44603.
      Build simplification - stop installing libgpsd in system space.
      Build simplification: remove an unnecessary environment clone.
      Build simplification: always build test programs locally and statically.
      Buiild simplification: change variable names for clarity.
      Build simplification: make binaries depend on static libgpsd.
      Build simplification: remove some unneeded flags.
      Build simplification: remove unneeded -lm.
      Really force static linking of test programs.
      Fix comment typo, width of spare field in AIS type 17.
      Fix Savannah bug #44619: Bad latitude value for message type 17
      Removed contrib/skyview.php amd contrib/maxsats.pl, they used the old 
protocol.
      Minor repair to motosend.c.
      Note a fixed bug in a NEWS update.
      Revert "Really force static linking of test programs."
      Get static build of test programs right this time.
      Use SharedObject and StaticObject explicitly.
      Remove homebrewed VersionedSharedLibrary() in favor of 2.3.0 
SharedLibrary().
      Remove homebrewed VersionedSharedLibraryInstall()...
      INSTALL improvements.
      splint cleanup.  Fixes for minor but real issues...
      In the Client HOWTO, removed the obsolete tag field from examples.
      work around incorrect definition of struct timespec in splint 3.12
      Clean up most spint errors.  All regression tests pass.
      Attempt to support /dev/pps devices.
      Minor splint annotation of new /dev/pps code.
      Improved code for associating a lone PPS to in-band time.
      Beat the splint beast into submission.
      Terminology fixes by Jaap Winius.
      Only you cabn prevent obscure magic numbers.
      Make TIOCMIWAIT PPS work again.
      Remove dead code found by scan-build in ppsthread.c.
      In gpsmon, omit hexdumping trailing CR/LF when dumping textual packets.
      Defensive coding for the presence of NULs.
      Retire splint from our set of static analyzers.
      Write scan-build suppressions to it runs clean.
      Add a suppression required by pylint 1.4.3.
      Loosen ppsthread.c's ties to the rest of GPSD.
      ppsthread.[ch] and timespec_str.c are now fully detached from the rest of 
GPSD.
      In the Time Service HOWTO, expand a bit on root vs. non-root operation.
      Update on root vs. non-root.
      Update Time Service HOWTO change  history.
      Make scons -c clean web files.
      Repair the sconsclean production.
      Move a test utility where it belongs, and document it.
      Eliminate chrpath as a build dependency
      Binaries no longer require RPATH hacking.
      Documentation update.
      How to reciver from scons sconsclean.
      No more need for fragile setting ogf LD_LIBRARY_PATH.
      Information hiding. Move kernelpps_handle out of thread-context 
structure...
      Suppress a NetBSD compiler warning.
      In ppsthread.c, two structure memberrs can be hidden a bit more.
      Comment polishing.
      Propagate in-band time to PPS-only devices each time a fresh fix comes in.
      pps_canwait needs to be visible in TIOCCMIWAIT case.
      Suppress a useless scons warning.
      Thread monitor interface simplification.
      Properly thread-interlock some timing code.
      Clean up PPS monitor interface with renames, and additional documentation.
      Further thread-monitor interface simplification.
      Increase consistency of names.  No code changes.
      Stop making the assumption that device cycle time is 1 second in 
ppsthread.c.
      Minor correction to JSON documentation.
      Eliminate some duplication code for timespec arithmetic.
      Formulas are easier to read without more zeros than eyes can process.
      Add to test_float a test for C99 conformance of modular arithmetic.
      Improved error messages in gpsmon.
      Remove an impossible FIXME and an ill-specified TODO. No code changes.
      Renmove a vague FIXME.
      Cite RFC 7159 as an applicable standard where appropriate.
      Document what to do when adding things to the JSON protocol.
      Steps 2 and 3 of the field addition procedure for PPS precision.
      There's another addition step for new fields.
      Add client-library parsing of PPS precision.
      AIVDM typo fixes.
      Comment typo fix.
      Note some conflict about PRNs.
      Correct buggy detection of SBAS satellites in the Python client code.
      Document assumptions about NMEA satellite IDs and PRNs more thoroughly.
      Various attempted clarifications about satellite IDs.
      Updates to talker lists, and more on non-US constellations.
      Trivial markup fix.
      Whitespace fix.
      Hand-merge some NMEA.txt changes by Sanjeev Gupta.
      asciidoc was unhappy with the way Gary tried to set some revision dates. 
Fixed.
      Wrestling asciidoc header metadata into shape.
      Merge branch 'master' of git.sv.gnu.org:/srv/git/gpsd
      # Work arount a minor bug in InstallSharedLib() link handling
      Make gpsmon's behavor on extended NMEA devices a bit less obscure.
      Added shmclear Added shmclean production.
      Prevent compilation failure under gcc 4.5 and earlier.
      Document new ITU-1371-5 Type 7 sequence number fields, add a TODO about 
them.
      Revert "Fix nmea0183 v4.1 problem in processGSV()."
      Free a GPS if it fails to activate on awakening. Fixes crash-exit bug.
      Restore truncated line in foretrex test.
      Fix typo in AIS type 7 message-length check.
      Allow NMEA 4.1 GSVs in the NMEA0183 driver.
      Add a FIXME comment abot the emergency fix.
      Typo fix.
      Version bump for release 3.15.

Gary E. Miller (251):
      Check for __STDC_NO_ATOMICS__ before using stdatomic.h
      Add a test for C11 and check we have C11 before using stdatomic.h
      Whoops, check for C11, not for not C11 in stdatomic.h test.
      Trailing whitespace cleanup.
      Trailing whitespace cleanup.
      Minor formatting tweaks to Time Service Intro.
      Now valid html 5.  No valid html5 icon, so keep the valid html4.01 icon.
      Remove more references to googlecode
      Fix, or improve, links to gpsd googlecode
      Fix more broken googlecode links
      Add some guidance on Rasberry Pi and the Adafruit GPS HAT
      Add meager instrucstion on installing from source, and on the RasPi.
      Whoops, install instructions are already in build.txt
      Typo
      Add log for u-blox NEO-M8N
      Tweak RasPi INSTALL for Adafruit Ultimate GPS HAT.
      Add commment that NEO-M8N uses GPGSV and GLGSV together.
      Alpha sort NMEA 0183 sentence displatch array.
      Process GPTXT, GNTXT messages from u-blox.
      Add links to u-blox M8 specs.
      Add code to request SW and HW Versions from u-blox.
      Fix UBX-MON-VER so we get u-blox version string.
      Comment that UBX-NAV-SOL is depreacted, use UBX-NAV-PVT instead.
      Placeholder for decode of UBX-NAV-PVT
      Fix order of UBX-NAV enums
      Very preliminary cut at decoding UBX-MON-PVT
      Remove some UBX-MON-PVT test code.
      Break off UBX-MON-VER into separate function.
      Add a TODO item, lengthen subtype string buffer.
      UBX-MON-VER now prints all info to LOG_INF.
      TODO items for subtype and pps_precision
      Add a TODO item for gpsctl dumpiing GPS config.
      Drop an unneeded root check.
      Add root device name to PPS debug output.
      Improve logging of time_pps_setparams() and time_pps_getcap()
      Tell time_pps_setparam() what version API to use.
      PPS_TSFMT_TSPEC is the default, make it obvious.
      Remove redundant define.
      Upstream bug: kernel pps-gpio driver only reports one edge.
      Add warning to RasPi pps-gpio users about missing edge detection.
      Add code to handle less than perfect RFC2783 drivers.
      Reorder PMTK packet order.  Me being OCD and numerical.
      PMTK was not being decoded.
      Fix PMTK Version sentence.
      Comment cleanup on PMTK
      Comment PMTK324
      init_kernel_pps() has no need to know if device is a tty.
      Move istty() and PPS caps tests to where they are needed.
      Comment typos
      Make distclean remove old libraries and eggs.
      scons --clean now removes all lib.*a files too.
      --clean contrib/ppscheck
      If we have PPS_CANWAIT, no need for TIOCMIWAIT
      Disable the new PPS_CANWAIT code to allow shipping the ppsthread changes.
      Remove a bit of temporary debug logging.
      Add stack protection to compile.
      Move TIOMCIWAIT to its own function.
      Fix segfault in split off TIOCMIWAIT support.
      test_libgps need -lrt on Debian Wheezy
      test_json needs -lrt on Debian Wheezy (old glibc)
      Fix comment on when -lrt is needed.
      Clean up a binary and.
      Revert "Add stack protection to compile."
      Pull out RFC2783 edge finding into a new function: get_edge_rfc2783()
      gpsd no longer needs TIOCMIWAIT if it has RFC2783 PPS_CANWAIT
      Revert "Removed contrib/skyview.php amd contrib/maxsats.pl, they used the 
old protocol."
      Make cppcheck happy, reduce scope of pther_err
      Remove unnedded splint over ride.
      Fix another nit that bothers splint.
      Splint fixes.
      Fix 4 places: Line expects to suppress X errors, found 0 errors
      splint can't play the BLUEZ
      Fix more splint: Line expects to suppress X errors, found 0 errors
      Yet more:  Line expects to suppress X error, found 0 errors
      The last of: Line expects to suppress X errors, found 0 errors
      Remove unneeded -#ifndef S_SPLINT_S
      add yet a tad more PPS trace logging.
      Remove #ifdef with no body content
      Brain damaged pps-gpio sometimes never fills in PPS clear timestamp.
      Remove unneeded splint overrides
      Remove the last of no longer needed splint cruft from ppsthread.c
      Tell git to ignore tmp* files
      Remove trailing whitespace
      Explicitly force splint to only use our splintrc file
      Uh, oh, how to get scons 2.3.0 onto Raspbian.
      On OS X have splint +skip-sys-headers
      Remove redundant $ifndef
      Guard header files that raspbian splint hates.
      Hide a sys header from splint
      More offerings to the splint god.
      ppsthread.c is splint clean, but one thing.  YMMV.
      Last splint thing in ppsthread.c
      Do not let gpsd_serial_open() try to open a /dev/pps
      Do not try to use time_pps_getcap() if no pps_handle.
      Fix a truncated PPS log message.
      Don't throw the baby out with the bathwater.
      Stringer warning when KPPS not available.
      Typo, THREAD_INF not THREAD_INFO
      Plain english edge description.
      One line fix to PPS w/o KPPS not working.
      Die, splint, die...
      Remove stray ok = false;
      clang found a real bug, don't mask the bug.
      Be consistent about not says uSec.
      Fix segfault from botched log message.
      Stupid typo in KPPS logic. TPPS was running when KPPS was good.
      Add a lot of comments about PPS logic, Clean up an indent.
      Remove another SPLINT
      Yet another SPLINT-ectomy
      The comments says include inistd.h, but it was not included.
      Separate invisible pulse detection from unchanged detection.
      Fix a typo, slightly adjust an imperative.
      Comment /dev/ppsX open flow.
      Fix munging of a return code, and fix an indent.
      Document some return codes, one more small step at /dev/ppsX handling.
      Prefix two more PPS log outputs with PPS:
      Another small step to /dev/ppsX.  ppsthread now looping fine, no time yet.
      KPPS now reads /dev/ppsX, but is missing last_fixtime.
      remove some duplicate code by using new innner_context_t
      Clarify scons clean and sconsclean.
      Do not double increment the last_fixtime.
      Move the calculation back into "Stage Three: Calculation"
      Remove validations on /dev/pps0 time that can never work.
      Document ntpshmmon structure and add heading to output
      Tweak a log message, to separate call and return vars.
      Whoops, a pointer, not a pointer to a pointer.
      Line up the column headings better
      Add precision to the PPS JSON message.
      cppcheck found gcc optimizing away a float test.
      Prefix all NTP logs with NTP:
      Move ntpshm_put() logging to PROG from RAW.
      Add precision to the JSON decoder.  Throw away the result.
      Document addition of precision to PPS JSON.
      Change TODO, needd a place to store precision in gps_data_t.
      Add a JSON test for the PPS message.
      Add mention of /dev/pps in gpsd man page.
      Add a minimal PPS driver.
      Stop infinite loop in gpsmon for /dev/pps0
      gpsctl now correctly identifies a PPS device in direct mode.
      Fix misleading PPS JSON documentation.  Still needs work.
      More doc PPS/TOFF tweaks.
      Add test for json_toff_read()
      Doc fix, TOFF has no precision field.  remoe trailing spaces.
      Fix a dodgy comment.
      Typo
      Remove trailing whitespace.  No other changes.
      Add some SEO love
      Add some SEO love, remove trailing whitespace.
      COnvert to UTF-8,  remove trailing whitespace, add some SEO.
      Convert to UTF-8, add some SEO
      remove trailing whitespace, add some SEO
      Add some SEO, remove trailing witespace, convert to UTF-8
      Add some SEO, update to html5 and utf-8
      Add some SEO, update to html5 and utf-8
      Add some SEO
      Conver to html5 and utf-8, Add some SEO.
      Fix some bad markup. Add some SEO.
      Add some SEO, converto to htm5 and utf-8
      Add some SEO
      Add some SEO
      Convert too html5 and utf-8. Fix markup error, Add some SEO.
      Convert to html5 and utf-8, Add some SEO.
      Convert to utf-8, add some SEO.
      SEO nit.
      COnvert to html5 and utf-8, Add some SEO.
      Convert to utf-8, add some SEO.
      Convert to html5 and utf-8.  Add some SEO.
      Add some SEO.
      Convert to html5 and utf-8, Add some SEO.
      Convert to html5 and utf-8, Add some SEO.
      Convert to html5 and utf-8, Add some SEO.
      COnvert to html5 and utf-8.  Add some SEO.
      Add some SEO.
      Add some SEO
      Header tweak, for consistency.
      Partial conversion to html5.
      Convert to html5 and utf-8
      Convert to html5.
      Convert to html5 and utf-8
      Convert to html5
      Convert to html5
      Convert to html5.  Last one!
      Tell asciidoc to make html5.
      Revert bogus header data. Remove duplicate footnote.
      Fix broken ascidoc lists.
      Revert bogus header data. Fix asciidoc list.
      Fix ordered list, tweak header order.
      Fix my botch of the asciidoc headers.
      The generated hardware.html is now valid html5.
      Get the Troubleshooting guide in the same place on the left menus.
      Fix two new CSS errors.
      Fix hardware.html CSS.
      Add missing ntpshmmon.html page
      Fix a bunch of links
      restore missing replacing-nmea.html, fix some links.
      Remove some long dead weblinks.
      Fixing dead links in the FAQ
      Fix a redirect.
      Ignore two generated files.
      Fix bad links, many more to go in gpscap.ini...
      www.ohloh.net is now www.openhub.net
      Fix a redirect.
      Salage a few links, 14 still badly broken.
      Fix links.
      Bad anchor
      Dead link-ectomy.
      Link fixes...
      Fix some links, a ton of bad ones.
      A tad more SEO.
      Remove trailing whitespace.
      Fix URL.
      Alphabetize chipsets
      Add BN-880
      Add Adafruit Ultimate GPS.
      Remove trailing whitespace
      Add regression for mt3339
      Make hardware.html build again.
      Add some SEO to the hardware page.
      Automate revision date in *.html.in files.
      Add Google Webmaster Tools verification.
      Revert weirdness caused by d302a714f3b3735062ce9c9fc6cdd9d0e74f43f6
      Escape %% broken in my  3e6f9bea2b343e485a066db1483bd8037eeb04f7
      Note that gpsd timespec normalize is different then ntpd's.
      Add start of test_timespec
      Add timespec subtract tests.
      Fix trailing whitespace.
      Revert "Copy structs using assignment, not memcpy()."
      More tests, verbose option, better looking output.
      Add more tests, and some precision loss examples.
      Add example to show why timespec_diff_ns() must die.
      Add test_timespec to 'scons audit'
      Expand examples.
      Trailing whitespace fixup.
      More trailing whitespace fixups.
      Still more whitespace fixups
      A gaggle of whitespace gaffs.
      A drowning deluge of whitespace hacks.
      A horrowshow of whitespace hacks.
      Whitespace+++
      Xcess whitespace removal.
      A glut of whitespace fixes.
      A horde of whitespace fixes.
      Torrents of whitespace tweaks.
      Fix an insurgency of whitespace  infection.
      Add some better examples, and timespec/float/double example.
      Add long to comparison example.
      Simulate 32 bit longs in examples.
      Add 32bit long to precision conversion examples.
      Get test_timespec to run with scons check.
      Stop rounding nSec timespecs to 10 uSec. Fix divide by zero.
      Stop reporting bad GPS serial time to ntp/chrony.

Gleb Smirnoff (2):
      Hide functions that are used only on Linux, to reduce compiler warnings.
      Include <stdatomic.h> only in C mode.

Greg Troxel (4):
      Declare that we intend to be careful about GNSS/GPS.
      Use the term "GPS receiver" rather than "sensor".
      s/GPS sensor/GPS receiver/
      Fix DGPS section.

Hal Murray (4):
      GPS time is UTC(USNO) not UTC(NIST)
      Typo STD_ATOMIC_H -> _STDATOMIC_H
      ppsthread.c broken on non-Linux
      non PPS typo in timehint.c (off by one on the } )

Jon Schlueter (15):
      restore adding rtlibs to test_json and test_libgps that got lost
      Scons qt shared library tweaking
      Add missed flags for compiling compiled_gpsd Static Library
      Fixing broken test_json and test_libgps
      add .gcda objects to the clean target
      Fix broken install on scons qt=no
      Fixing broken minimal=on for test_libgps
      fixing broken scons minimal=on test_packet
      Add scons check testing for identify_failing_build_options
      scons minimal=on check now passes
      additional tweaks to identify_failing_build_options
      Guarding building test_json on required components
      add CLIENTDEBUG_ENABLED ifdef guard on test_json.c
      Add guards to pep8/pylint to guard against format calls with no 
parameters in scons file
      Convert scons format calls to use explicit postional arguments

Keane Wolter (2):
      Updated version of ntpshmviz.
      Rewrite of contrib/ntpshmviz

Kurt Schwehr (2):
      Address Savannah bug #44566: Unused variable warnings with -DNDEBUG
      Addresses Savannah bug #44740: More talkers for AIS VDM/VDO.

Miroslav Lichvar (2):
      Fix typo in ntpshm.h
      Print ntpshmmon banner as comment to follow spec

Reinhard Arlt (10):
      Fix wrong mask for ais.type1.status.
      Fix char encoding in ais.type7 strings.
      Improve nmea2000 ais coding.
      Basic support for AIS MSG 4 and 11 in NMEA2000.
      Handle ais type 4 and type 11 in nmea2000.
      Merge branch 'master' of git://git.sv.gnu.org/gpsd
      Fix time encoding.
      Add navigation data to gps.h.
      Increment API version.
      Fix nmea0183 v4.1 problem in processGSV().

Sanjeev Gupta (69):
      Changes in "Use Cases" section
      Update and cleanup the Time Sources section
      Update C;ock Types section
      Typo in RFC 5905 reference
      Minor changes, units, etc.
      Cleanup .gitingnore : xgps is not a build target
      Cleanup .gitignore : gpscat gpsprof gpsfake not build targets
      Rename readme.txt for consistency to README.PACKAGERS
      Fix formatting errors and typos
      Error in documentation of ntp.conf for PTP
      Formatting errors in typesetting code
      More typesetting errors
      Clarify 'time since midnight' for loopstats and peerstats
      Updating documentation of contrib/
      Updating documentation in contrib/
      Updating documentation in contrib/
      Updating documentation in contrib/
      Update skyview.php to work with modern GPSD
      skyview.php now works
      Document skyview.php
      Clean up code, now that it works.
      Document that gpsd.php is not installed automatically
      Add sconsclean info in build.txt
      Remove generated source file gpsd_config.h when cleaning scons
      Clarify units for y axis for the tile delta plot
      Add some info on NMEA 4.00 TAGblock to TODO
      Update PRN numbers reference. Also PRNMAX definition.
      Update PRNMAX to include
      Update PRNMAX to include GLONASS in xgps et al
      Update info on Loran-C status
      Update gpsd.php with correct definitions of GPS PRNs
      Remove call to pydoc; "scons www/" dies
      Add mouseover text for udev (!) icon
      Align text usage in hardware-head and gpscap.py
      Expand info on what this table is about
      Add info for Sure OEM Board, works very well
      Add info for Sure OEM Board, works very well
      "We call GNSS GPS" patch train
      Typo, refracts, not reflects
      Correct how DGPS works, and types (SBAS, GBAS)
      Remove dead link for now, will fix
      Broken anchor
      Update SA removal
      End of line spaces, no semantic change
      DGPS rewrite. DGPS is a superset of GBAS and SBAS.
      Add info on SBAS coverage areas
      DGPS accuracy impacts position *and* time.
      Typos.
      Define TTFF
      Correct definitions of cold start, warm start, etc
      Correctly define autonomous and A-GPS mode
      Remove dead links.
      Remove lots of dead links.
      Remove unneeded imports from webgps.py
      Generalise WAAS to SBAS in documentation.
      Remove End-of-line whitespace
      Generalise WAAS to SBAS and update text.
      Remove End-of-line whitespace
      Fix broken link.
      http 301 redirects to https ; save time by changing target
      Openhub now 301 redirects http to https ; save a RTT while browsing
      Change axis, time monotonic on X , leapsecond count on Y
      Leap seconds plotted as points.
      Extend yrange, so that first and last points can be seen.
      Extend xrange, so that first and last points can be seen.
      leapsecond.py no longer handles -c option
      Minor typos and modifications
      Whitespace ate EOL cleanup
      Updated Debian and Raspbian documentation

Zbigniew Chyla (9):
      Add compile-time check for arg type to NITEMS()
      Fix incorrect arguments in NITEMS macro calls
      Use LOG_* symbol when setting/comparing log level
      Copy structs using assignment, not memcpy().
      Replace overly complex memcpy with struct assignment
      Use correct size of segment for shared-mem export
      Copy structs using assignment, not memcpy().
      Fix checking the result of shmat() call
      Fix memory leak in case of shmat() failure

-----------------------------------------------------------------------


hooks/post-receive
-- 
GPSD



reply via email to

[Prev in Thread] Current Thread [Next in Thread]